Html Css Color HEX #DB7099 Pale Violet Red

📋 copy color: '#DB7099'

red 219 ◦ green 112 ◦ blue 153

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

Shades of Pale Violet Red #DB7099

Tints of Pale Violet Red #DB7099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.14%

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

R = 45.25%
G = 23.14%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB7099 (or 0xDB7099) is known color: Pale Violet Red. HEX triplet: DB, 70 and 99. RGB value is (219,112,153). Sum of RGB (Red+Green+Blue) = 219+112+153=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7099 is #248F66. Grayscale: #949494. Windows color (decimal): -2396007 or 10055899. OLE color: 10055899.

HSL color Cylindrical-coordinate representation of color #DB7099: hue angle of 337.01º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7099 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 112 153 -
CMYK 0 0.49 0.30 0.14
HSL 337.01º 0.6% 0.65% -
HSV(B) 337.01º 0.49% 0.86% -
XYZ 40.76 28.95 33.58 -
YUV 148.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 219 112 153 0 0.49 0.30 0.14 337.01 0.6 0.65
Hex DB 70 99 0 31 1E E 151 3C 41
Octal 333 160 231 0 61 36 16 521 74 101
Binary 11011011 1110000 10011001 0 110001 11110 1110 101010001 111100 1000001

Color Harmonies of #DB7099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7099

Black with #DB7099

Text Example


Text Example

White with #DB7099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7099; }

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

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

background-color css

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

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

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

border-color css

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

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

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