Html Css Color HEX #DB7B99 Pale Violet Red

📋 copy color: '#DB7B99'

red 219 ◦ green 123 ◦ blue 153

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

Shades of Pale Violet Red #DB7B99

Tints of Pale Violet Red #DB7B99

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.85%

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

R = 44.24%
G = 24.85%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB7B99 (or 0xDB7B99) is known color: Pale Violet Red. HEX triplet: DB, 7B and 99. RGB value is (219,123,153). Sum of RGB (Red+Green+Blue) = 219+123+153=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B99 is #248466. Grayscale: #9B9B9B. Windows color (decimal): -2393191 or 10058715. OLE color: 10058715.

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

Color convert

RGB 219 123 153 -
CMYK 0 0.44 0.30 0.14
HSL 341.25º 0.57% 0.67% -
HSV(B) 341.25º 0.44% 0.86% -
XYZ 42.05 31.53 34.01 -
YUV 155.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 219 123 153 0 0.44 0.30 0.14 341.25 0.57 0.67
Hex DB 7B 99 0 2C 1E E 155 39 43
Octal 333 173 231 0 54 36 16 525 71 103
Binary 11011011 1111011 10011001 0 101100 11110 1110 101010101 111001 1000011

Color Harmonies of #DB7B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B99

Black with #DB7B99

Text Example


Text Example

White with #DB7B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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