Html Css Color HEX #DE71EC Heliotrope

📋 copy color: '#DE71EC'

red 222 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #DE71EC

Tints of Heliotrope #DE71EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.79%

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 38.88%
G = 19.79%
B = 41.33%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE71EC (or 0xDE71EC) is known color: Heliotrope. HEX triplet: DE, 71 and EC. RGB value is (222,113,236). Sum of RGB (Red+Green+Blue) = 222+113+236=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE71EC is #218E13. Grayscale: #9F9F9F. Windows color (decimal): -2199060 or 15495646. OLE color: 15495646.

HSL color Cylindrical-coordinate representation of color #DE71EC: hue angle of 293.17º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE71EC is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 113 236 -
CMYK 0.06 0.52 0 0.07
HSL 293.17º 0.76% 0.68% -
HSV(B) 293.17º 0.52% 0.93% -
XYZ 51.17 33.4 83.11 -
YUV 159.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 222 113 236 0.06 0.52 0 0.07 293.17 0.76 0.68
Hex DE 71 EC 6 34 0 7 125 4C 44
Octal 336 161 354 6 64 0 7 445 114 104
Binary 11011110 1110001 11101100 110 110100 0 111 100100101 1001100 1000100

Color Harmonies of #DE71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71EC

Black with #DE71EC

Text Example


Text Example

White with #DE71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71EC; }

 p { color: rgb(222,113,236); }

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

background-color css

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

 a { background-color: rgb(222,113,236); }

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

border-color css

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

 span { border-color: rgb(222,113,236); }

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