Html Css Color HEX #DB7595 Pale Violet Red

📋 copy color: '#DB7595'

red 219 ◦ green 117 ◦ blue 149

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

Shades of Pale Violet Red #DB7595

Tints of Pale Violet Red #DB7595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.12%

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

R = 45.15%
G = 24.12%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB7595 (or 0xDB7595) is known color: Pale Violet Red. HEX triplet: DB, 75 and 95. RGB value is (219,117,149). Sum of RGB (Red+Green+Blue) = 219+117+149=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7595 is #248A6A. Grayscale: #979797. Windows color (decimal): -2394731 or 9795035. OLE color: 9795035.

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

Color convert

RGB 219 117 149 -
CMYK 0 0.47 0.32 0.14
HSL 341.18º 0.59% 0.66% -
HSV(B) 341.18º 0.47% 0.86% -
XYZ 41 29.95 32.05 -
YUV 151.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 219 117 149 0 0.47 0.32 0.14 341.18 0.59 0.66
Hex DB 75 95 0 2F 20 E 155 3B 42
Octal 333 165 225 0 57 40 16 525 73 102
Binary 11011011 1110101 10010101 0 101111 100000 1110 101010101 111011 1000010

Color Harmonies of #DB7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7595

Black with #DB7595

Text Example


Text Example

White with #DB7595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7595; }

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

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

background-color css

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

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

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

border-color css

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

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

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