Html Css Color HEX #DD66EF Heliotrope

📋 copy color: '#DD66EF'

red 221 ◦ green 102 ◦ blue 239

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

Shades of Heliotrope #DD66EF

Tints of Heliotrope #DD66EF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.15%

 BLUE value IS 239 (93.75% from 255) = 42.53%

R = 39.32%
G = 18.15%
B = 42.53%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD66EF (or 0xDD66EF) is known color: Heliotrope. HEX triplet: DD, 66 and EF. RGB value is (221,102,239). Sum of RGB (Red+Green+Blue) = 221+102+239=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD66EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66EF is #229910. Grayscale: #989898. Windows color (decimal): -2267409 or 15689437. OLE color: 15689437.

HSL color Cylindrical-coordinate representation of color #DD66EF: hue angle of 292.12º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD66EF is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 102 239 -
CMYK 0.08 0.57 0 0.06
HSL 292.12º 0.81% 0.67% -
HSV(B) 292.12º 0.57% 0.94% -
XYZ 50.15 31.11 85.02 -
YUV 153.2 176.42 176.36 -
System Red Green Blue C M Y K H S L
Decimal 221 102 239 0.08 0.57 0 0.06 292.12 0.81 0.67
Hex DD 66 EF 8 39 0 6 124 51 43
Octal 335 146 357 10 71 0 6 444 121 103
Binary 11011101 1100110 11101111 1000 111001 0 110 100100100 1010001 1000011

Color Harmonies of #DD66EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66EF

Black with #DD66EF

Text Example


Text Example

White with #DD66EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66EF; }

 p { color: rgb(221,102,239); }

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

background-color css

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

 a { background-color: rgb(221,102,239); }

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

border-color css

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

 span { border-color: rgb(221,102,239); }

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