Html Css Color HEX #DE5EFA Heliotrope

📋 copy color: '#DE5EFA'

red 222 ◦ green 94 ◦ blue 250

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

Shades of Heliotrope #DE5EFA

Tints of Heliotrope #DE5EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.17%

R = 39.22%
G = 16.61%
B = 44.17%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE5EFA (or 0xDE5EFA) is known color: Heliotrope. HEX triplet: DE, 5E and FA. RGB value is (222,94,250). Sum of RGB (Red+Green+Blue) = 222+94+250=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 94 (37.11% from 255 or 16.61% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE5EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5EFA is #21A105. Grayscale: #959595. Windows color (decimal): -2203910 or 16408286. OLE color: 16408286.

HSL color Cylindrical-coordinate representation of color #DE5EFA: hue angle of 289.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE5EFA is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 94 250 -
CMYK 0.11 0.62 0 0.02
HSL 289.23º 0.94% 0.67% -
HSV(B) 289.23º 0.62% 0.98% -
XYZ 51.38 30.44 93.61 -
YUV 150.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 222 94 250 0.11 0.62 0 0.02 289.23 0.94 0.67
Hex DE 5E FA B 3E 0 2 121 5E 43
Octal 336 136 372 13 76 0 2 441 136 103
Binary 11011110 1011110 11111010 1011 111110 0 10 100100001 1011110 1000011

Color Harmonies of #DE5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5EFA

Black with #DE5EFA

Text Example


Text Example

White with #DE5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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