Html Css Color HEX #DB71A0 Pale Violet Red

📋 copy color: '#DB71A0'

red 219 ◦ green 113 ◦ blue 160

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

Shades of Pale Violet Red #DB71A0

Tints of Pale Violet Red #DB71A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.52%

R = 44.51%
G = 22.97%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB71A0 (or 0xDB71A0) is known color: Pale Violet Red. HEX triplet: DB, 71 and A0. RGB value is (219,113,160). Sum of RGB (Red+Green+Blue) = 219+113+160=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB71A0 is #248E5F. Grayscale: #959595. Windows color (decimal): -2395744 or 10514907. OLE color: 10514907.

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

Color convert

RGB 219 113 160 -
CMYK 0 0.48 0.27 0.14
HSL 333.4º 0.6% 0.65% -
HSV(B) 333.4º 0.48% 0.86% -
XYZ 41.46 29.41 36.75 -
YUV 150.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 219 113 160 0 0.48 0.27 0.14 333.4 0.6 0.65
Hex DB 71 A0 0 30 1B E 14D 3C 41
Octal 333 161 240 0 60 33 16 515 74 101
Binary 11011011 1110001 10100000 0 110000 11011 1110 101001101 111100 1000001

Color Harmonies of #DB71A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71A0

Black with #DB71A0

Text Example


Text Example

White with #DB71A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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