Html Css Color HEX #DD66F6 Heliotrope

📋 copy color: '#DD66F6'

red 221 ◦ green 102 ◦ blue 246

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

Shades of Heliotrope #DD66F6

Tints of Heliotrope #DD66F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.23%

R = 38.84%
G = 17.93%
B = 43.23%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD66F6 (or 0xDD66F6) is known color: Heliotrope. HEX triplet: DD, 66 and F6. RGB value is (221,102,246). Sum of RGB (Red+Green+Blue) = 221+102+246=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 102 (40.23% from 255 or 17.93% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD66F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66F6 is #229909. Grayscale: #999999. Windows color (decimal): -2267402 or 16148189. OLE color: 16148189.

HSL color Cylindrical-coordinate representation of color #DD66F6: hue angle of 289.58º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD66F6 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 102 246 -
CMYK 0.10 0.59 0 0.04
HSL 289.58º 0.89% 0.68% -
HSV(B) 289.58º 0.59% 0.96% -
XYZ 51.2 31.53 90.58 -
YUV 154 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 221 102 246 0.10 0.59 0 0.04 289.58 0.89 0.68
Hex DD 66 F6 A 3B 0 4 122 59 44
Octal 335 146 366 12 73 0 4 442 131 104
Binary 11011101 1100110 11110110 1010 111011 0 100 100100010 1011001 1000100

Color Harmonies of #DD66F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66F6

Black with #DD66F6

Text Example


Text Example

White with #DD66F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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