Html Css Color HEX #DB71B4 Persian Pink

📋 copy color: '#DB71B4'

red 219 ◦ green 113 ◦ blue 180

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

Shades of Persian Pink #DB71B4

Tints of Persian Pink #DB71B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.16%

R = 42.77%
G = 22.07%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB71B4 (or 0xDB71B4) is known color: Persian Pink. HEX triplet: DB, 71 and B4. RGB value is (219,113,180). Sum of RGB (Red+Green+Blue) = 219+113+180=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71B4 is #248E4B. Grayscale: #989898. Windows color (decimal): -2395724 or 11825627. OLE color: 11825627.

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

Color convert

RGB 219 113 180 -
CMYK 0 0.48 0.18 0.14
HSL 322.08º 0.6% 0.65% -
HSV(B) 322.08º 0.48% 0.86% -
XYZ 43.36 30.17 46.72 -
YUV 152.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 219 113 180 0 0.48 0.18 0.14 322.08 0.6 0.65
Hex DB 71 B4 0 30 12 E 142 3C 41
Octal 333 161 264 0 60 22 16 502 74 101
Binary 11011011 1110001 10110100 0 110000 10010 1110 101000010 111100 1000001

Color Harmonies of #DB71B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71B4

Black with #DB71B4

Text Example


Text Example

White with #DB71B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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