Html Css Color HEX #DB81B6 Persian Pink

📋 copy color: '#DB81B6'

red 219 ◦ green 129 ◦ blue 182

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

Shades of Persian Pink #DB81B6

Tints of Persian Pink #DB81B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.34%

R = 41.32%
G = 24.34%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB81B6 (or 0xDB81B6) is known color: Persian Pink. HEX triplet: DB, 81 and B6. RGB value is (219,129,182). Sum of RGB (Red+Green+Blue) = 219+129+182=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81B6 is #247E49. Grayscale: #A1A1A1. Windows color (decimal): -2391626 or 11960795. OLE color: 11960795.

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

Color convert

RGB 219 129 182 -
CMYK 0 0.41 0.17 0.14
HSL 324.67º 0.56% 0.68% -
HSV(B) 324.67º 0.41% 0.86% -
XYZ 45.51 34.14 48.45 -
YUV 161.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 219 129 182 0 0.41 0.17 0.14 324.67 0.56 0.68
Hex DB 81 B6 0 29 11 E 145 38 44
Octal 333 201 266 0 51 21 16 505 70 104
Binary 11011011 10000001 10110110 0 101001 10001 1110 101000101 111000 1000100

Color Harmonies of #DB81B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81B6

Black with #DB81B6

Text Example


Text Example

White with #DB81B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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