Html Css Color HEX #DB71BA Persian Pink

📋 copy color: '#DB71BA'

red 219 ◦ green 113 ◦ blue 186

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

Shades of Persian Pink #DB71BA

Tints of Persian Pink #DB71BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 42.28%
G = 21.81%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB71BA (or 0xDB71BA) is known color: Persian Pink. HEX triplet: DB, 71 and BA. RGB value is (219,113,186). Sum of RGB (Red+Green+Blue) = 219+113+186=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71BA is #248E45. Grayscale: #989898. Windows color (decimal): -2395718 or 12218843. OLE color: 12218843.

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

Color convert

RGB 219 113 186 -
CMYK 0 0.48 0.15 0.14
HSL 318.68º 0.6% 0.65% -
HSV(B) 318.68º 0.48% 0.86% -
XYZ 43.98 30.42 50.01 -
YUV 153.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 219 113 186 0 0.48 0.15 0.14 318.68 0.6 0.65
Hex DB 71 BA 0 30 F E 13F 3C 41
Octal 333 161 272 0 60 17 16 477 74 101
Binary 11011011 1110001 10111010 0 110000 1111 1110 100111111 111100 1000001

Color Harmonies of #DB71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71BA

Black with #DB71BA

Text Example


Text Example

White with #DB71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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