Html Css Color HEX #DB80BA Persian Pink

📋 copy color: '#DB80BA'

red 219 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #DB80BA

Tints of Persian Pink #DB80BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.02%

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 41.09%
G = 24.02%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB80BA (or 0xDB80BA) is known color: Persian Pink. HEX triplet: DB, 80 and BA. RGB value is (219,128,186). Sum of RGB (Red+Green+Blue) = 219+128+186=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80BA is #247F45. Grayscale: #A1A1A1. Windows color (decimal): -2391878 or 12222683. OLE color: 12222683.

HSL color Cylindrical-coordinate representation of color #DB80BA: hue angle of 321.76º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB80BA is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 128 186 -
CMYK 0 0.42 0.15 0.14
HSL 321.76º 0.56% 0.68% -
HSV(B) 321.76º 0.42% 0.86% -
XYZ 45.8 34.04 50.61 -
YUV 161.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 219 128 186 0 0.42 0.15 0.14 321.76 0.56 0.68
Hex DB 80 BA 0 2A F E 142 38 44
Octal 333 200 272 0 52 17 16 502 70 104
Binary 11011011 10000000 10111010 0 101010 1111 1110 101000010 111000 1000100

Color Harmonies of #DB80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80BA

Black with #DB80BA

Text Example


Text Example

White with #DB80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80BA; }

 p { color: rgb(219,128,186); }

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

background-color css

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

 a { background-color: rgb(219,128,186); }

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

border-color css

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

 span { border-color: rgb(219,128,186); }

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