Html Css Color HEX #DB7499 Pale Violet Red

📋 copy color: '#DB7499'

red 219 ◦ green 116 ◦ blue 153

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

Shades of Pale Violet Red #DB7499

Tints of Pale Violet Red #DB7499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.77%

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

R = 44.88%
G = 23.77%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB7499 (or 0xDB7499) is known color: Pale Violet Red. HEX triplet: DB, 74 and 99. RGB value is (219,116,153). Sum of RGB (Red+Green+Blue) = 219+116+153=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7499 is #248B66. Grayscale: #969696. Windows color (decimal): -2394983 or 10056923. OLE color: 10056923.

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

Color convert

RGB 219 116 153 -
CMYK 0 0.47 0.30 0.14
HSL 338.45º 0.59% 0.66% -
HSV(B) 338.45º 0.47% 0.86% -
XYZ 41.21 29.85 33.73 -
YUV 151.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 219 116 153 0 0.47 0.30 0.14 338.45 0.59 0.66
Hex DB 74 99 0 2F 1E E 152 3B 42
Octal 333 164 231 0 57 36 16 522 73 102
Binary 11011011 1110100 10011001 0 101111 11110 1110 101010010 111011 1000010

Color Harmonies of #DB7499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7499

Black with #DB7499

Text Example


Text Example

White with #DB7499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7499; }

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

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

background-color css

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

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

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

border-color css

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

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

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