Html Css Color HEX #DB7596 Pale Violet Red

📋 copy color: '#DB7596'

red 219 ◦ green 117 ◦ blue 150

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

Shades of Pale Violet Red #DB7596

Tints of Pale Violet Red #DB7596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.86%

R = 45.06%
G = 24.07%
B = 30.86%

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

#DB7596 (or 0xDB7596) is known color: Pale Violet Red. HEX triplet: DB, 75 and 96. RGB value is (219,117,150). Sum of RGB (Red+Green+Blue) = 219+117+150=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7596 is #248A69. Grayscale: #979797. Windows color (decimal): -2394730 or 9860571. OLE color: 9860571.

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

Color convert

RGB 219 117 150 -
CMYK 0 0.47 0.32 0.14
HSL 340.59º 0.59% 0.66% -
HSV(B) 340.59º 0.47% 0.86% -
XYZ 41.08 29.98 32.48 -
YUV 151.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 219 117 150 0 0.47 0.32 0.14 340.59 0.59 0.66
Hex DB 75 96 0 2F 20 E 155 3B 42
Octal 333 165 226 0 57 40 16 525 73 102
Binary 11011011 1110101 10010110 0 101111 100000 1110 101010101 111011 1000010

Color Harmonies of #DB7596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7596

Black with #DB7596

Text Example


Text Example

White with #DB7596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7596; }

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

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

background-color css

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

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

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

border-color css

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

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

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