Html Css Color HEX #DB71B6 Persian Pink

📋 copy color: '#DB71B6'

red 219 ◦ green 113 ◦ blue 182

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

Shades of Persian Pink #DB71B6

Tints of Persian Pink #DB71B6

RGB

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

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

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

R = 42.61%
G = 21.98%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB71B6 (or 0xDB71B6) is known color: Persian Pink. HEX triplet: DB, 71 and B6. RGB value is (219,113,182). Sum of RGB (Red+Green+Blue) = 219+113+182=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71B6 is #248E49. Grayscale: #989898. Windows color (decimal): -2395722 or 11956699. OLE color: 11956699.

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

Color convert

RGB 219 113 182 -
CMYK 0 0.48 0.17 0.14
HSL 320.94º 0.6% 0.65% -
HSV(B) 320.94º 0.48% 0.86% -
XYZ 43.56 30.25 47.8 -
YUV 152.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 219 113 182 0 0.48 0.17 0.14 320.94 0.6 0.65
Hex DB 71 B6 0 30 11 E 141 3C 41
Octal 333 161 266 0 60 21 16 501 74 101
Binary 11011011 1110001 10110110 0 110000 10001 1110 101000001 111100 1000001

Color Harmonies of #DB71B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71B6

Black with #DB71B6

Text Example


Text Example

White with #DB71B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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