Html Css Color HEX #DB71AB Pale Violet Red

📋 copy color: '#DB71AB'

red 219 ◦ green 113 ◦ blue 171

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

Shades of Pale Violet Red #DB71AB

Tints of Pale Violet Red #DB71AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34%

R = 43.54%
G = 22.47%
B = 34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB71AB (or 0xDB71AB) is known color: Pale Violet Red. HEX triplet: DB, 71 and AB. RGB value is (219,113,171). Sum of RGB (Red+Green+Blue) = 219+113+171=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB71AB is #248E54. Grayscale: #979797. Windows color (decimal): -2395733 or 11235803. OLE color: 11235803.

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

Color convert

RGB 219 113 171 -
CMYK 0 0.48 0.22 0.14
HSL 327.17º 0.6% 0.65% -
HSV(B) 327.17º 0.48% 0.86% -
XYZ 42.47 29.81 42.04 -
YUV 151.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 219 113 171 0 0.48 0.22 0.14 327.17 0.6 0.65
Hex DB 71 AB 0 30 16 E 147 3C 41
Octal 333 161 253 0 60 26 16 507 74 101
Binary 11011011 1110001 10101011 0 110000 10110 1110 101000111 111100 1000001

Color Harmonies of #DB71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71AB

Black with #DB71AB

Text Example


Text Example

White with #DB71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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