Html Css Color HEX #DD66FF Heliotrope

📋 copy color: '#DD66FF'

red 221 ◦ green 102 ◦ blue 255

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

Shades of Heliotrope #DD66FF

Tints of Heliotrope #DD66FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.12%

R = 38.24%
G = 17.65%
B = 44.12%

CMYK

 C value IS 0.13

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD66FF (or 0xDD66FF) is known color: Heliotrope. HEX triplet: DD, 66 and FF. RGB value is (221,102,255). Sum of RGB (Red+Green+Blue) = 221+102+255=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 102 (40.23% from 255 or 17.65% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD66FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66FF is #229900. Grayscale: #9A9A9A. Windows color (decimal): -2267393 or 16738013. OLE color: 16738013.

HSL color Cylindrical-coordinate representation of color #DD66FF: hue angle of 286.67º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD66FF is Cyan = 0.13, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 102 255 -
CMYK 0.13 0.6 0 0
HSL 286.67º 1% 0.7% -
HSV(B) 286.67º 0.6% 1% -
XYZ 52.62 32.09 98.03 -
YUV 155.02 184.42 175.06 -
System Red Green Blue C M Y K H S L
Decimal 221 102 255 0.13 0.6 0 0 286.67 1 0.7
Hex DD 66 FF D 3C 0 0 11F 64 46
Octal 335 146 377 15 74 0 0 437 144 106
Binary 11011101 1100110 11111111 1101 111100 0 0 100011111 1100100 1000110

Color Harmonies of #DD66FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66FF

Black with #DD66FF

Text Example


Text Example

White with #DD66FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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