Html Css Color HEX #DB79B5 Persian Pink

📋 copy color: '#DB79B5'

red 219 ◦ green 121 ◦ blue 181

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

Shades of Persian Pink #DB79B5

Tints of Persian Pink #DB79B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.74%

R = 42.03%
G = 23.22%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB79B5 (or 0xDB79B5) is known color: Persian Pink. HEX triplet: DB, 79 and B5. RGB value is (219,121,181). Sum of RGB (Red+Green+Blue) = 219+121+181=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79B5 is #24864A. Grayscale: #9D9D9D. Windows color (decimal): -2393675 or 11893211. OLE color: 11893211.

HSL color Cylindrical-coordinate representation of color #DB79B5: hue angle of 323.27º 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 #DB79B5 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 181 -
CMYK 0 0.45 0.17 0.14
HSL 323.27º 0.58% 0.67% -
HSV(B) 323.27º 0.45% 0.86% -
XYZ 44.39 32.07 47.57 -
YUV 157.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 219 121 181 0 0.45 0.17 0.14 323.27 0.58 0.67
Hex DB 79 B5 0 2D 11 E 143 3A 43
Octal 333 171 265 0 55 21 16 503 72 103
Binary 11011011 1111001 10110101 0 101101 10001 1110 101000011 111010 1000011

Color Harmonies of #DB79B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79B5

Black with #DB79B5

Text Example


Text Example

White with #DB79B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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