Html Css Color HEX #DB81B7 Persian Pink

📋 copy color: '#DB81B7'

red 219 ◦ green 129 ◦ blue 183

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

Shades of Persian Pink #DB81B7

Tints of Persian Pink #DB81B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.46%

R = 41.24%
G = 24.29%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB81B7 (or 0xDB81B7) is known color: Persian Pink. HEX triplet: DB, 81 and B7. RGB value is (219,129,183). Sum of RGB (Red+Green+Blue) = 219+129+183=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81B7 is #247E48. Grayscale: #A1A1A1. Windows color (decimal): -2391625 or 12026331. OLE color: 12026331.

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

Color convert

RGB 219 129 183 -
CMYK 0 0.41 0.16 0.14
HSL 324º 0.56% 0.68% -
HSV(B) 324º 0.41% 0.86% -
XYZ 45.61 34.18 48.99 -
YUV 162.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 219 129 183 0 0.41 0.16 0.14 324 0.56 0.68
Hex DB 81 B7 0 29 10 E 144 38 44
Octal 333 201 267 0 51 20 16 504 70 104
Binary 11011011 10000001 10110111 0 101001 10000 1110 101000100 111000 1000100

Color Harmonies of #DB81B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81B7

Black with #DB81B7

Text Example


Text Example

White with #DB81B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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