Html Css Color HEX #DE5EFD Heliotrope

📋 copy color: '#DE5EFD'

red 222 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #DE5EFD

Tints of Heliotrope #DE5EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 39.02%
G = 16.52%
B = 44.46%

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

#DE5EFD (or 0xDE5EFD) is known color: Heliotrope. HEX triplet: DE, 5E and FD. RGB value is (222,94,253). Sum of RGB (Red+Green+Blue) = 222+94+253=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 94 (37.11% from 255 or 16.52% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE5EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5EFD is #21A102. Grayscale: #959595. Windows color (decimal): -2203907 or 16604894. OLE color: 16604894.

HSL color Cylindrical-coordinate representation of color #DE5EFD: hue angle of 288.3º degrees, saturation: 0.98, 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 #DE5EFD is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 94 253 -
CMYK 0.12 0.63 0 0.01
HSL 288.3º 0.98% 0.68% -
HSV(B) 288.3º 0.63% 0.99% -
XYZ 51.86 30.63 96.11 -
YUV 150.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 222 94 253 0.12 0.63 0 0.01 288.3 0.98 0.68
Hex DE 5E FD C 3F 0 1 120 62 44
Octal 336 136 375 14 77 0 1 440 142 104
Binary 11011110 1011110 11111101 1100 111111 0 1 100100000 1100010 1000100

Color Harmonies of #DE5EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5EFD

Black with #DE5EFD

Text Example


Text Example

White with #DE5EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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