Html Css Color HEX #DB71B8 Persian Pink

📋 copy color: '#DB71B8'

red 219 ◦ green 113 ◦ blue 184

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

Shades of Persian Pink #DB71B8

Tints of Persian Pink #DB71B8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.9%

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

R = 42.44%
G = 21.9%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB71B8 (or 0xDB71B8) is known color: Persian Pink. HEX triplet: DB, 71 and B8. RGB value is (219,113,184). Sum of RGB (Red+Green+Blue) = 219+113+184=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71B8 is #248E47. Grayscale: #989898. Windows color (decimal): -2395720 or 12087771. OLE color: 12087771.

HSL color Cylindrical-coordinate representation of color #DB71B8: hue angle of 319.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB71B8 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 113 184 -
CMYK 0 0.48 0.16 0.14
HSL 319.81º 0.6% 0.65% -
HSV(B) 319.81º 0.48% 0.86% -
XYZ 43.77 30.33 48.89 -
YUV 152.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 219 113 184 0 0.48 0.16 0.14 319.81 0.6 0.65
Hex DB 71 B8 0 30 10 E 140 3C 41
Octal 333 161 270 0 60 20 16 500 74 101
Binary 11011011 1110001 10111000 0 110000 10000 1110 101000000 111100 1000001

Color Harmonies of #DB71B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71B8

Black with #DB71B8

Text Example


Text Example

White with #DB71B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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