Html Css Color HEX #DE79F2 Heliotrope

📋 copy color: '#DE79F2'

red 222 ◦ green 121 ◦ blue 242

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

Shades of Heliotrope #DE79F2

Tints of Heliotrope #DE79F2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.68%

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

R = 37.95%
G = 20.68%
B = 41.37%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DE79F2 (or 0xDE79F2) is known color: Heliotrope. HEX triplet: DE, 79 and F2. RGB value is (222,121,242). Sum of RGB (Red+Green+Blue) = 222+121+242=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 121 (47.66% from 255 or 20.68% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE79F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE79F2 is #21860D. Grayscale: #A4A4A4. Windows color (decimal): -2197006 or 15890910. OLE color: 15890910.

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

Color convert

RGB 222 121 242 -
CMYK 0.08 0.50 0 0.05
HSL 290.08º 0.82% 0.71% -
HSV(B) 290.08º 0.5% 0.95% -
XYZ 52.99 35.62 88.09 -
YUV 164.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 222 121 242 0.08 0.50 0 0.05 290.08 0.82 0.71
Hex DE 79 F2 8 32 0 5 122 52 47
Octal 336 171 362 10 62 0 5 442 122 107
Binary 11011110 1111001 11110010 1000 110010 0 101 100100010 1010010 1000111

Color Harmonies of #DE79F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE79F2

Black with #DE79F2

Text Example


Text Example

White with #DE79F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE79F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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