Html Css Color HEX #DB79F2 Heliotrope

📋 copy color: '#DB79F2'

red 219 ◦ green 121 ◦ blue 242

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

Shades of Heliotrope #DB79F2

Tints of Heliotrope #DB79F2

RGB

 RED value IS 219 (85.94% from 255) = 37.63%

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

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

R = 37.63%
G = 20.79%
B = 41.58%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB79F2 (or 0xDB79F2) is known color: Heliotrope. HEX triplet: DB, 79 and F2. RGB value is (219,121,242). Sum of RGB (Red+Green+Blue) = 219+121+242=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 121 (47.66% from 255 or 20.79% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB79F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB79F2 is #24860D. Grayscale: #A3A3A3. Windows color (decimal): -2393614 or 15890907. OLE color: 15890907.

HSL color Cylindrical-coordinate representation of color #DB79F2: hue angle of 288.6º 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 #DB79F2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 121 242 -
CMYK 0.10 0.50 0 0.05
HSL 288.6º 0.82% 0.71% -
HSV(B) 288.6º 0.5% 0.95% -
XYZ 52.08 35.15 88.04 -
YUV 164.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 219 121 242 0.10 0.50 0 0.05 288.6 0.82 0.71
Hex DB 79 F2 A 32 0 5 121 52 47
Octal 333 171 362 12 62 0 5 441 122 107
Binary 11011011 1111001 11110010 1010 110010 0 101 100100001 1010010 1000111

Color Harmonies of #DB79F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79F2

Black with #DB79F2

Text Example


Text Example

White with #DB79F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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