Html Css Color HEX #DE6EF1 Heliotrope

📋 copy color: '#DE6EF1'

red 222 ◦ green 110 ◦ blue 241

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

Shades of Heliotrope #DE6EF1

Tints of Heliotrope #DE6EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.2%

 BLUE value IS 241 (94.53% from 255) = 42.06%

R = 38.74%
G = 19.2%
B = 42.06%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DE6EF1 (or 0xDE6EF1) is known color: Heliotrope. HEX triplet: DE, 6E and F1. RGB value is (222,110,241). Sum of RGB (Red+Green+Blue) = 222+110+241=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE6EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6EF1 is #21910E. Grayscale: #9E9E9E. Windows color (decimal): -2199823 or 15822558. OLE color: 15822558.

HSL color Cylindrical-coordinate representation of color #DE6EF1: hue angle of 291.3º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE6EF1 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 110 241 -
CMYK 0.08 0.54 0 0.05
HSL 291.3º 0.82% 0.69% -
HSV(B) 291.3º 0.54% 0.95% -
XYZ 51.58 33.03 86.88 -
YUV 158.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 222 110 241 0.08 0.54 0 0.05 291.3 0.82 0.69
Hex DE 6E F1 8 36 0 5 123 52 45
Octal 336 156 361 10 66 0 5 443 122 105
Binary 11011110 1101110 11110001 1000 110110 0 101 100100011 1010010 1000101

Color Harmonies of #DE6EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6EF1

Black with #DE6EF1

Text Example


Text Example

White with #DE6EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6EF1; }

 p { color: rgb(222,110,241); }

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

background-color css

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

 a { background-color: rgb(222,110,241); }

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

border-color css

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

 span { border-color: rgb(222,110,241); }

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