Html Css Color HEX #DB79B0 Persian Pink

📋 copy color: '#DB79B0'

red 219 ◦ green 121 ◦ blue 176

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

Shades of Persian Pink #DB79B0

Tints of Persian Pink #DB79B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.11%

R = 42.44%
G = 23.45%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB79B0 (or 0xDB79B0) is known color: Persian Pink. HEX triplet: DB, 79 and B0. RGB value is (219,121,176). Sum of RGB (Red+Green+Blue) = 219+121+176=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB79B0 is #24864F. Grayscale: #9C9C9C. Windows color (decimal): -2393680 or 11565531. OLE color: 11565531.

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

Color convert

RGB 219 121 176 -
CMYK 0 0.45 0.20 0.14
HSL 326.33º 0.58% 0.67% -
HSV(B) 326.33º 0.45% 0.86% -
XYZ 43.89 31.87 44.91 -
YUV 156.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 219 121 176 0 0.45 0.20 0.14 326.33 0.58 0.67
Hex DB 79 B0 0 2D 14 E 146 3A 43
Octal 333 171 260 0 55 24 16 506 72 103
Binary 11011011 1111001 10110000 0 101101 10100 1110 101000110 111010 1000011

Color Harmonies of #DB79B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79B0

Black with #DB79B0

Text Example


Text Example

White with #DB79B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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