Html Css Color HEX #DB7594 Pale Violet Red

📋 copy color: '#DB7594'

red 219 ◦ green 117 ◦ blue 148

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

Shades of Pale Violet Red #DB7594

Tints of Pale Violet Red #DB7594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.58%

R = 45.25%
G = 24.17%
B = 30.58%

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

#DB7594 (or 0xDB7594) is known color: Pale Violet Red. HEX triplet: DB, 75 and 94. RGB value is (219,117,148). Sum of RGB (Red+Green+Blue) = 219+117+148=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7594 is #248A6B. Grayscale: #979797. Windows color (decimal): -2394732 or 9729499. OLE color: 9729499.

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

Color convert

RGB 219 117 148 -
CMYK 0 0.47 0.32 0.14
HSL 341.76º 0.59% 0.66% -
HSV(B) 341.76º 0.47% 0.86% -
XYZ 40.92 29.92 31.64 -
YUV 151.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 219 117 148 0 0.47 0.32 0.14 341.76 0.59 0.66
Hex DB 75 94 0 2F 20 E 156 3B 42
Octal 333 165 224 0 57 40 16 526 73 102
Binary 11011011 1110101 10010100 0 101111 100000 1110 101010110 111011 1000010

Color Harmonies of #DB7594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7594

Black with #DB7594

Text Example


Text Example

White with #DB7594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7594; }

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

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

background-color css

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

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

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

border-color css

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

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

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