Html Css Color HEX #DB81BA Persian Pink

📋 copy color: '#DB81BA'

red 219 ◦ green 129 ◦ blue 186

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

Shades of Persian Pink #DB81BA

Tints of Persian Pink #DB81BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.16%

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

R = 41.01%
G = 24.16%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB81BA (or 0xDB81BA) is known color: Persian Pink. HEX triplet: DB, 81 and BA. RGB value is (219,129,186). Sum of RGB (Red+Green+Blue) = 219+129+186=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81BA is #247E45. Grayscale: #A2A2A2. Windows color (decimal): -2391622 or 12222939. OLE color: 12222939.

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

Color convert

RGB 219 129 186 -
CMYK 0 0.41 0.15 0.14
HSL 322º 0.56% 0.68% -
HSV(B) 322º 0.41% 0.86% -
XYZ 45.93 34.31 50.66 -
YUV 162.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 219 129 186 0 0.41 0.15 0.14 322 0.56 0.68
Hex DB 81 BA 0 29 F E 142 38 44
Octal 333 201 272 0 51 17 16 502 70 104
Binary 11011011 10000001 10111010 0 101001 1111 1110 101000010 111000 1000100

Color Harmonies of #DB81BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81BA

Black with #DB81BA

Text Example


Text Example

White with #DB81BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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