Html Css Color HEX #DB7B95 Pale Violet Red

📋 copy color: '#DB7B95'

red 219 ◦ green 123 ◦ blue 149

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

Shades of Pale Violet Red #DB7B95

Tints of Pale Violet Red #DB7B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.35%

R = 44.6%
G = 25.05%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB7B95 (or 0xDB7B95) is known color: Pale Violet Red. HEX triplet: DB, 7B and 95. RGB value is (219,123,149). Sum of RGB (Red+Green+Blue) = 219+123+149=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B95 is #24846A. Grayscale: #9A9A9A. Windows color (decimal): -2393195 or 9796571. OLE color: 9796571.

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

Color convert

RGB 219 123 149 -
CMYK 0 0.44 0.32 0.14
HSL 343.75º 0.57% 0.67% -
HSV(B) 343.75º 0.44% 0.86% -
XYZ 41.72 31.4 32.29 -
YUV 154.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 219 123 149 0 0.44 0.32 0.14 343.75 0.57 0.67
Hex DB 7B 95 0 2C 20 E 158 39 43
Octal 333 173 225 0 54 40 16 530 71 103
Binary 11011011 1111011 10010101 0 101100 100000 1110 101011000 111001 1000011

Color Harmonies of #DB7B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B95

Black with #DB7B95

Text Example


Text Example

White with #DB7B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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