Html Css Color HEX #DD66F2 Heliotrope

📋 copy color: '#DD66F2'

red 221 ◦ green 102 ◦ blue 242

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

Shades of Heliotrope #DD66F2

Tints of Heliotrope #DD66F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.83%

R = 39.12%
G = 18.05%
B = 42.83%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD66F2 (or 0xDD66F2) is known color: Heliotrope. HEX triplet: DD, 66 and F2. RGB value is (221,102,242). Sum of RGB (Red+Green+Blue) = 221+102+242=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD66F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66F2 is #22990D. Grayscale: #999999. Windows color (decimal): -2267406 or 15886045. OLE color: 15886045.

HSL color Cylindrical-coordinate representation of color #DD66F2: hue angle of 291º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD66F2 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 102 242 -
CMYK 0.09 0.58 0 0.05
HSL 291º 0.84% 0.67% -
HSV(B) 291º 0.58% 0.95% -
XYZ 50.6 31.29 87.38 -
YUV 153.54 177.92 176.12 -
System Red Green Blue C M Y K H S L
Decimal 221 102 242 0.09 0.58 0 0.05 291 0.84 0.67
Hex DD 66 F2 9 3A 0 5 123 54 43
Octal 335 146 362 11 72 0 5 443 124 103
Binary 11011101 1100110 11110010 1001 111010 0 101 100100011 1010100 1000011

Color Harmonies of #DD66F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66F2

Black with #DD66F2

Text Example


Text Example

White with #DD66F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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