Html Css Color HEX #DE7DF9 Heliotrope

📋 copy color: '#DE7DF9'

red 222 ◦ green 125 ◦ blue 249

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

Shades of Heliotrope #DE7DF9

Tints of Heliotrope #DE7DF9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.97%

 BLUE value IS 249 (97.66% from 255) = 41.78%

R = 37.25%
G = 20.97%
B = 41.78%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE7DF9 (or 0xDE7DF9) is known color: Heliotrope. HEX triplet: DE, 7D and F9. RGB value is (222,125,249). Sum of RGB (Red+Green+Blue) = 222+125+249=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #DE7DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7DF9 is #218206. Grayscale: #A7A7A7. Windows color (decimal): -2195975 or 16350686. OLE color: 16350686.

HSL color Cylindrical-coordinate representation of color #DE7DF9: hue angle of 286.94º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE7DF9 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 125 249 -
CMYK 0.11 0.50 0 0.02
HSL 286.94º 0.91% 0.73% -
HSV(B) 286.94º 0.5% 0.98% -
XYZ 54.56 37.04 93.9 -
YUV 168.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 222 125 249 0.11 0.50 0 0.02 286.94 0.91 0.73
Hex DE 7D F9 B 32 0 2 11F 5B 49
Octal 336 175 371 13 62 0 2 437 133 111
Binary 11011110 1111101 11111001 1011 110010 0 10 100011111 1011011 1001001

Color Harmonies of #DE7DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7DF9

Black with #DE7DF9

Text Example


Text Example

White with #DE7DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7DF9; }

 p { color: rgb(222,125,249); }

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

background-color css

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

 a { background-color: rgb(222,125,249); }

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

border-color css

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

 span { border-color: rgb(222,125,249); }

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