Html Css Color HEX #DB79AF Persian Pink

📋 copy color: '#DB79AF'

red 219 ◦ green 121 ◦ blue 175

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

Shades of Persian Pink #DB79AF

Tints of Persian Pink #DB79AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 42.52%
G = 23.5%
B = 33.98%

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

#DB79AF (or 0xDB79AF) is known color: Persian Pink. HEX triplet: DB, 79 and AF. RGB value is (219,121,175). Sum of RGB (Red+Green+Blue) = 219+121+175=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB79AF is #248650. Grayscale: #9C9C9C. Windows color (decimal): -2393681 or 11499995. OLE color: 11499995.

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

Color convert

RGB 219 121 175 -
CMYK 0 0.45 0.20 0.14
HSL 326.94º 0.58% 0.67% -
HSV(B) 326.94º 0.45% 0.86% -
XYZ 43.79 31.83 44.39 -
YUV 156.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 219 121 175 0 0.45 0.20 0.14 326.94 0.58 0.67
Hex DB 79 AF 0 2D 14 E 147 3A 43
Octal 333 171 257 0 55 24 16 507 72 103
Binary 11011011 1111001 10101111 0 101101 10100 1110 101000111 111010 1000011

Color Harmonies of #DB79AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79AF

Black with #DB79AF

Text Example


Text Example

White with #DB79AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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