Html Css Color HEX #DB80B8 Persian Pink

📋 copy color: '#DB80B8'

red 219 ◦ green 128 ◦ blue 184

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

Shades of Persian Pink #DB80B8

Tints of Persian Pink #DB80B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.65%

R = 41.24%
G = 24.11%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB80B8 (or 0xDB80B8) is known color: Persian Pink. HEX triplet: DB, 80 and B8. RGB value is (219,128,184). Sum of RGB (Red+Green+Blue) = 219+128+184=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80B8 is #247F47. Grayscale: #A1A1A1. Windows color (decimal): -2391880 or 12091611. OLE color: 12091611.

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

Color convert

RGB 219 128 184 -
CMYK 0 0.42 0.16 0.14
HSL 323.08º 0.56% 0.68% -
HSV(B) 323.08º 0.42% 0.86% -
XYZ 45.58 33.96 49.5 -
YUV 161.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 219 128 184 0 0.42 0.16 0.14 323.08 0.56 0.68
Hex DB 80 B8 0 2A 10 E 143 38 44
Octal 333 200 270 0 52 20 16 503 70 104
Binary 11011011 10000000 10111000 0 101010 10000 1110 101000011 111000 1000100

Color Harmonies of #DB80B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80B8

Black with #DB80B8

Text Example


Text Example

White with #DB80B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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