Html Css Color HEX #DE5EFC Heliotrope

📋 copy color: '#DE5EFC'

red 222 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #DE5EFC

Tints of Heliotrope #DE5EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.55%

 BLUE value IS 252 (98.83% from 255) = 44.37%

R = 39.08%
G = 16.55%
B = 44.37%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DE5EFC (or 0xDE5EFC) is known color: Heliotrope. HEX triplet: DE, 5E and FC. RGB value is (222,94,252). Sum of RGB (Red+Green+Blue) = 222+94+252=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 94 (37.11% from 255 or 16.55% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE5EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5EFC is #21A103. Grayscale: #959595. Windows color (decimal): -2203908 or 16539358. OLE color: 16539358.

HSL color Cylindrical-coordinate representation of color #DE5EFC: hue angle of 288.61º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5EFC is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 94 252 -
CMYK 0.12 0.63 0 0.01
HSL 288.61º 0.96% 0.68% -
HSV(B) 288.61º 0.63% 0.99% -
XYZ 51.7 30.56 95.27 -
YUV 150.28 185.41 179.15 -
System Red Green Blue C M Y K H S L
Decimal 222 94 252 0.12 0.63 0 0.01 288.61 0.96 0.68
Hex DE 5E FC C 3F 0 1 121 60 44
Octal 336 136 374 14 77 0 1 441 140 104
Binary 11011110 1011110 11111100 1100 111111 0 1 100100001 1100000 1000100

Color Harmonies of #DE5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5EFC

Black with #DE5EFC

Text Example


Text Example

White with #DE5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5EFC; }

 p { color: rgb(222,94,252); }

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

background-color css

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

 a { background-color: rgb(222,94,252); }

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

border-color css

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

 span { border-color: rgb(222,94,252); }

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