Html Css Color HEX #DB7199 Pale Violet Red

📋 copy color: '#DB7199'

red 219 ◦ green 113 ◦ blue 153

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

Shades of Pale Violet Red #DB7199

Tints of Pale Violet Red #DB7199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.55%

R = 45.15%
G = 23.3%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB7199 (or 0xDB7199) is known color: Pale Violet Red. HEX triplet: DB, 71 and 99. RGB value is (219,113,153). Sum of RGB (Red+Green+Blue) = 219+113+153=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7199 is #248E66. Grayscale: #959595. Windows color (decimal): -2395751 or 10056155. OLE color: 10056155.

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

Color convert

RGB 219 113 153 -
CMYK 0 0.48 0.30 0.14
HSL 337.36º 0.6% 0.65% -
HSV(B) 337.36º 0.48% 0.86% -
XYZ 40.87 29.17 33.61 -
YUV 149.25 130.12 177.75 -
System Red Green Blue C M Y K H S L
Decimal 219 113 153 0 0.48 0.30 0.14 337.36 0.6 0.65
Hex DB 71 99 0 30 1E E 151 3C 41
Octal 333 161 231 0 60 36 16 521 74 101
Binary 11011011 1110001 10011001 0 110000 11110 1110 101010001 111100 1000001

Color Harmonies of #DB7199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7199

Black with #DB7199

Text Example


Text Example

White with #DB7199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7199; }

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

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

background-color css

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

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

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

border-color css

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

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

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