Html Css Color HEX #DB7591 Pale Violet Red

📋 copy color: '#DB7591'

red 219 ◦ green 117 ◦ blue 145

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

Shades of Pale Violet Red #DB7591

Tints of Pale Violet Red #DB7591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.15%

R = 45.53%
G = 24.32%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB7591 (or 0xDB7591) is known color: Pale Violet Red. HEX triplet: DB, 75 and 91. RGB value is (219,117,145). Sum of RGB (Red+Green+Blue) = 219+117+145=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7591 is #248A6E. Grayscale: #969696. Windows color (decimal): -2394735 or 9532891. OLE color: 9532891.

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

Color convert

RGB 219 117 145 -
CMYK 0 0.47 0.34 0.14
HSL 343.53º 0.59% 0.66% -
HSV(B) 343.53º 0.47% 0.86% -
XYZ 40.69 29.83 30.4 -
YUV 150.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 219 117 145 0 0.47 0.34 0.14 343.53 0.59 0.66
Hex DB 75 91 0 2F 22 E 158 3B 42
Octal 333 165 221 0 57 42 16 530 73 102
Binary 11011011 1110101 10010001 0 101111 100010 1110 101011000 111011 1000010

Color Harmonies of #DB7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7591

Black with #DB7591

Text Example


Text Example

White with #DB7591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7591; }

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

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

background-color css

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

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

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

border-color css

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

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

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