Html Css Color HEX #DD6DF9 Heliotrope

📋 copy color: '#DD6DF9'

red 221 ◦ green 109 ◦ blue 249

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

Shades of Heliotrope #DD6DF9

Tints of Heliotrope #DD6DF9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.83%

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

R = 38.17%
G = 18.83%
B = 43.01%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD6DF9 (or 0xDD6DF9) is known color: Heliotrope. HEX triplet: DD, 6D and F9. RGB value is (221,109,249). Sum of RGB (Red+Green+Blue) = 221+109+249=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 109 (42.97% from 255 or 18.83% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD6DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6DF9 is #229206. Grayscale: #9E9E9E. Windows color (decimal): -2265607 or 16346589. OLE color: 16346589.

HSL color Cylindrical-coordinate representation of color #DD6DF9: hue angle of 288º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6DF9 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 109 249 -
CMYK 0.11 0.56 0 0.02
HSL 288º 0.92% 0.7% -
HSV(B) 288º 0.56% 0.98% -
XYZ 52.39 33.15 93.26 -
YUV 158.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 221 109 249 0.11 0.56 0 0.02 288 0.92 0.7
Hex DD 6D F9 B 38 0 2 120 5C 46
Octal 335 155 371 13 70 0 2 440 134 106
Binary 11011101 1101101 11111001 1011 111000 0 10 100100000 1011100 1000110

Color Harmonies of #DD6DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DF9

Black with #DD6DF9

Text Example


Text Example

White with #DD6DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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