Html Css Color HEX #DE6CF2 Heliotrope

📋 copy color: '#DE6CF2'

red 222 ◦ green 108 ◦ blue 242

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

Shades of Heliotrope #DE6CF2

Tints of Heliotrope #DE6CF2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.88%

 BLUE value IS 242 (94.92% from 255) = 42.31%

R = 38.81%
G = 18.88%
B = 42.31%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DE6CF2 (or 0xDE6CF2) is known color: Heliotrope. HEX triplet: DE, 6C and F2. RGB value is (222,108,242). Sum of RGB (Red+Green+Blue) = 222+108+242=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 108 (42.58% from 255 or 18.88% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE6CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6CF2 is #21930D. Grayscale: #9C9C9C. Windows color (decimal): -2200334 or 15887582. OLE color: 15887582.

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

Color convert

RGB 222 108 242 -
CMYK 0.08 0.55 0 0.05
HSL 291.04º 0.84% 0.69% -
HSV(B) 291.04º 0.55% 0.95% -
XYZ 51.51 32.67 87.59 -
YUV 157.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 222 108 242 0.08 0.55 0 0.05 291.04 0.84 0.69
Hex DE 6C F2 8 37 0 5 123 54 45
Octal 336 154 362 10 67 0 5 443 124 105
Binary 11011110 1101100 11110010 1000 110111 0 101 100100011 1010100 1000101

Color Harmonies of #DE6CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6CF2

Black with #DE6CF2

Text Example


Text Example

White with #DE6CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6CF2; }

 p { color: rgb(222,108,242); }

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

background-color css

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

 a { background-color: rgb(222,108,242); }

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

border-color css

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

 span { border-color: rgb(222,108,242); }

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