Html Css Color HEX #DB7095 Pale Violet Red

📋 copy color: '#DB7095'

red 219 ◦ green 112 ◦ blue 149

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

Shades of Pale Violet Red #DB7095

Tints of Pale Violet Red #DB7095

RGB

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

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

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

R = 45.63%
G = 23.33%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB7095 (or 0xDB7095) is known color: Pale Violet Red. HEX triplet: DB, 70 and 95. RGB value is (219,112,149). Sum of RGB (Red+Green+Blue) = 219+112+149=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7095 is #248F6A. Grayscale: #949494. Windows color (decimal): -2396011 or 9793755. OLE color: 9793755.

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

Color convert

RGB 219 112 149 -
CMYK 0 0.49 0.32 0.14
HSL 339.25º 0.6% 0.65% -
HSV(B) 339.25º 0.49% 0.86% -
XYZ 40.43 28.82 31.87 -
YUV 148.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 219 112 149 0 0.49 0.32 0.14 339.25 0.6 0.65
Hex DB 70 95 0 31 20 E 153 3C 41
Octal 333 160 225 0 61 40 16 523 74 101
Binary 11011011 1110000 10010101 0 110001 100000 1110 101010011 111100 1000001

Color Harmonies of #DB7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7095

Black with #DB7095

Text Example


Text Example

White with #DB7095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7095; }

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

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

background-color css

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

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

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

border-color css

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

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

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