Html Css Color HEX #DB79BE Persian Pink

📋 copy color: '#DB79BE'

red 219 ◦ green 121 ◦ blue 190

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

Shades of Persian Pink #DB79BE

Tints of Persian Pink #DB79BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.85%

R = 41.32%
G = 22.83%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB79BE (or 0xDB79BE) is known color: Persian Pink. HEX triplet: DB, 79 and BE. RGB value is (219,121,190). Sum of RGB (Red+Green+Blue) = 219+121+190=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79BE is #248641. Grayscale: #9D9D9D. Windows color (decimal): -2393666 or 12483035. OLE color: 12483035.

HSL color Cylindrical-coordinate representation of color #DB79BE: hue angle of 317.76º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB79BE is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 190 -
CMYK 0 0.45 0.13 0.14
HSL 317.76º 0.58% 0.67% -
HSV(B) 317.76º 0.45% 0.86% -
XYZ 45.35 32.45 52.59 -
YUV 158.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 219 121 190 0 0.45 0.13 0.14 317.76 0.58 0.67
Hex DB 79 BE 0 2D D E 13E 3A 43
Octal 333 171 276 0 55 15 16 476 72 103
Binary 11011011 1111001 10111110 0 101101 1101 1110 100111110 111010 1000011

Color Harmonies of #DB79BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79BE

Black with #DB79BE

Text Example


Text Example

White with #DB79BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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