Html Css Color HEX #DE66ED Heliotrope

📋 copy color: '#DE66ED'

red 222 ◦ green 102 ◦ blue 237

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

Shades of Heliotrope #DE66ED

Tints of Heliotrope #DE66ED

RGB

 RED value IS 222 (87.11% from 255) = 39.57%

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

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

R = 39.57%
G = 18.18%
B = 42.25%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE66ED (or 0xDE66ED) is known color: Heliotrope. HEX triplet: DE, 66 and ED. RGB value is (222,102,237). Sum of RGB (Red+Green+Blue) = 222+102+237=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE66ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE66ED is #219912. Grayscale: #989898. Windows color (decimal): -2201875 or 15558366. OLE color: 15558366.

HSL color Cylindrical-coordinate representation of color #DE66ED: hue angle of 293.33º 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 #DE66ED is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 102 237 -
CMYK 0.06 0.57 0 0.07
HSL 293.33º 0.79% 0.66% -
HSV(B) 293.33º 0.57% 0.93% -
XYZ 50.16 31.15 83.49 -
YUV 153.27 175.26 177.02 -
System Red Green Blue C M Y K H S L
Decimal 222 102 237 0.06 0.57 0 0.07 293.33 0.79 0.66
Hex DE 66 ED 6 39 0 7 125 4F 42
Octal 336 146 355 6 71 0 7 445 117 102
Binary 11011110 1100110 11101101 110 111001 0 111 100100101 1001111 1000010

Color Harmonies of #DE66ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE66ED

Black with #DE66ED

Text Example


Text Example

White with #DE66ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE66ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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