Html Css Color HEX #DB71A3 Pale Violet Red

📋 copy color: '#DB71A3'

red 219 ◦ green 113 ◦ blue 163

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

Shades of Pale Violet Red #DB71A3

Tints of Pale Violet Red #DB71A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.93%

R = 44.24%
G = 22.83%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB71A3 (or 0xDB71A3) is known color: Pale Violet Red. HEX triplet: DB, 71 and A3. RGB value is (219,113,163). Sum of RGB (Red+Green+Blue) = 219+113+163=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB71A3 is #248E5C. Grayscale: #969696. Windows color (decimal): -2395741 or 10711515. OLE color: 10711515.

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

Color convert

RGB 219 113 163 -
CMYK 0 0.48 0.26 0.14
HSL 331.7º 0.6% 0.65% -
HSV(B) 331.7º 0.48% 0.86% -
XYZ 41.73 29.51 38.15 -
YUV 150.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 219 113 163 0 0.48 0.26 0.14 331.7 0.6 0.65
Hex DB 71 A3 0 30 1A E 14C 3C 41
Octal 333 161 243 0 60 32 16 514 74 101
Binary 11011011 1110001 10100011 0 110000 11010 1110 101001100 111100 1000001

Color Harmonies of #DB71A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71A3

Black with #DB71A3

Text Example


Text Example

White with #DB71A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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