Html Css Color HEX #DE5AF6 Heliotrope

📋 copy color: '#DE5AF6'

red 222 ◦ green 90 ◦ blue 246

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

Shades of Heliotrope #DE5AF6

Tints of Heliotrope #DE5AF6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.13%

 BLUE value IS 246 (96.48% from 255) = 44.09%

R = 39.78%
G = 16.13%
B = 44.09%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DE5AF6 (or 0xDE5AF6) is known color: Heliotrope. HEX triplet: DE, 5A and F6. RGB value is (222,90,246). Sum of RGB (Red+Green+Blue) = 222+90+246=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE5AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5AF6 is #21A509. Grayscale: #929292. Windows color (decimal): -2204938 or 16145118. OLE color: 16145118.

HSL color Cylindrical-coordinate representation of color #DE5AF6: hue angle of 290.77º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5AF6 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 90 246 -
CMYK 0.10 0.63 0 0.04
HSL 290.77º 0.9% 0.66% -
HSV(B) 290.77º 0.63% 0.96% -
XYZ 50.41 29.5 90.22 -
YUV 147.25 183.73 181.32 -
System Red Green Blue C M Y K H S L
Decimal 222 90 246 0.10 0.63 0 0.04 290.77 0.9 0.66
Hex DE 5A F6 A 3F 0 4 123 5A 42
Octal 336 132 366 12 77 0 4 443 132 102
Binary 11011110 1011010 11110110 1010 111111 0 100 100100011 1011010 1000010

Color Harmonies of #DE5AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5AF6

Black with #DE5AF6

Text Example


Text Example

White with #DE5AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5AF6; }

 p { color: rgb(222,90,246); }

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

background-color css

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

 a { background-color: rgb(222,90,246); }

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

border-color css

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

 span { border-color: rgb(222,90,246); }

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