Html Css Color HEX #DB80B4 Persian Pink

📋 copy color: '#DB80B4'

red 219 ◦ green 128 ◦ blue 180

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

Shades of Persian Pink #DB80B4

Tints of Persian Pink #DB80B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.16%

R = 41.56%
G = 24.29%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB80B4 (or 0xDB80B4) is known color: Persian Pink. HEX triplet: DB, 80 and B4. RGB value is (219,128,180). Sum of RGB (Red+Green+Blue) = 219+128+180=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80B4 is #247F4B. Grayscale: #A1A1A1. Windows color (decimal): -2391884 or 11829467. OLE color: 11829467.

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

Color convert

RGB 219 128 180 -
CMYK 0 0.42 0.18 0.14
HSL 325.71º 0.56% 0.68% -
HSV(B) 325.71º 0.42% 0.86% -
XYZ 45.17 33.79 47.32 -
YUV 161.14 138.65 169.27 -
System Red Green Blue C M Y K H S L
Decimal 219 128 180 0 0.42 0.18 0.14 325.71 0.56 0.68
Hex DB 80 B4 0 2A 12 E 146 38 44
Octal 333 200 264 0 52 22 16 506 70 104
Binary 11011011 10000000 10110100 0 101010 10010 1110 101000110 111000 1000100

Color Harmonies of #DB80B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80B4

Black with #DB80B4

Text Example


Text Example

White with #DB80B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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