Html Css Color HEX #DD7DF9 Heliotrope

📋 copy color: '#DD7DF9'

red 221 ◦ green 125 ◦ blue 249

#DD7DF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DD7DF9

Tints of Heliotrope #DD7DF9

RGB

 RED value IS 221 (86.72% from 255) = 37.14%

 GREEN value IS 125 (49.22% from 255) = 21.01%

 BLUE value IS 249 (97.66% from 255) = 41.85%

R = 37.14%
G = 21.01%
B = 41.85%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD7DF9 (or 0xDD7DF9) is known color: Heliotrope. HEX triplet: DD, 7D and F9. RGB value is (221,125,249). Sum of RGB (Red+Green+Blue) = 221+125+249=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD7DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DF9 is #228206. Grayscale: #A7A7A7. Windows color (decimal): -2261511 or 16350685. OLE color: 16350685.

HSL color Cylindrical-coordinate representation of color #DD7DF9: hue angle of 286.45º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7DF9 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 125 249 -
CMYK 0.11 0.50 0 0.02
HSL 286.45º 0.91% 0.73% -
HSV(B) 286.45º 0.5% 0.98% -
XYZ 54.25 36.88 93.88 -
YUV 167.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 221 125 249 0.11 0.50 0 0.02 286.45 0.91 0.73
Hex DD 7D F9 B 32 0 2 11E 5B 49
Octal 335 175 371 13 62 0 2 436 133 111
Binary 11011101 1111101 11111001 1011 110010 0 10 100011110 1011011 1001001

Color Harmonies of #DD7DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DF9

Black with #DD7DF9

Text Example


Text Example

White with #DD7DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DF9; }

 p { color: rgb(221,125,249); }

 H1.HeaderClassName
 {
   color: #DD7DF9;
 }
 .AnyTagClassName
 {
   color: #DD7DF9;
 }
</style>

background-color css

<style>
 a { background-color: #DD7DF9; }

 a { background-color: rgb(221,125,249); }

 div.DivClassName
 {
   background-color: #DD7DF9;
 }
 .BgClassName
 {
   background-color: #DD7DF9;
 }
</style>

border-color css

<style>
 span { border-color: #DD7DF9; }

 span { border-color: rgb(221,125,249); }

 td.TdClassName
 {
   border-color: #DD7DF9;
 }
 .TagClassName
 {
   border-color: #DD7DF9;
 }
</style>