Html Css Color HEX #DB71B9 Persian Pink

📋 copy color: '#DB71B9'

red 219 ◦ green 113 ◦ blue 185

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

Shades of Persian Pink #DB71B9

Tints of Persian Pink #DB71B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.78%

R = 42.36%
G = 21.86%
B = 35.78%

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

#DB71B9 (or 0xDB71B9) is known color: Persian Pink. HEX triplet: DB, 71 and B9. RGB value is (219,113,185). Sum of RGB (Red+Green+Blue) = 219+113+185=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71B9 is #248E46. Grayscale: #989898. Windows color (decimal): -2395719 or 12153307. OLE color: 12153307.

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

Color convert

RGB 219 113 185 -
CMYK 0 0.48 0.16 0.14
HSL 319.25º 0.6% 0.65% -
HSV(B) 319.25º 0.48% 0.86% -
XYZ 43.88 30.37 49.45 -
YUV 152.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 219 113 185 0 0.48 0.16 0.14 319.25 0.6 0.65
Hex DB 71 B9 0 30 10 E 13F 3C 41
Octal 333 161 271 0 60 20 16 477 74 101
Binary 11011011 1110001 10111001 0 110000 10000 1110 100111111 111100 1000001

Color Harmonies of #DB71B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71B9

Black with #DB71B9

Text Example


Text Example

White with #DB71B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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