Html Css Color HEX #DD66ED Heliotrope

📋 copy color: '#DD66ED'

red 221 ◦ green 102 ◦ blue 237

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

Shades of Heliotrope #DD66ED

Tints of Heliotrope #DD66ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.32%

R = 39.46%
G = 18.21%
B = 42.32%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD66ED (or 0xDD66ED) is known color: Heliotrope. HEX triplet: DD, 66 and ED. RGB value is (221,102,237). Sum of RGB (Red+Green+Blue) = 221+102+237=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD66ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66ED is #229912. Grayscale: #989898. Windows color (decimal): -2267411 or 15558365. OLE color: 15558365.

HSL color Cylindrical-coordinate representation of color #DD66ED: hue angle of 292.89º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD66ED is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 102 237 -
CMYK 0.07 0.57 0 0.07
HSL 292.89º 0.79% 0.66% -
HSV(B) 292.89º 0.57% 0.93% -
XYZ 49.86 30.99 83.47 -
YUV 152.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 221 102 237 0.07 0.57 0 0.07 292.89 0.79 0.66
Hex DD 66 ED 7 39 0 7 125 4F 42
Octal 335 146 355 7 71 0 7 445 117 102
Binary 11011101 1100110 11101101 111 111001 0 111 100100101 1001111 1000010

Color Harmonies of #DD66ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66ED

Black with #DD66ED

Text Example


Text Example

White with #DD66ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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