Html Css Color HEX #DB7592 Pale Violet Red

📋 copy color: '#DB7592'

red 219 ◦ green 117 ◦ blue 146

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

Shades of Pale Violet Red #DB7592

Tints of Pale Violet Red #DB7592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.29%

R = 45.44%
G = 24.27%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB7592 (or 0xDB7592) is known color: Pale Violet Red. HEX triplet: DB, 75 and 92. RGB value is (219,117,146). Sum of RGB (Red+Green+Blue) = 219+117+146=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7592 is #248A6D. Grayscale: #969696. Windows color (decimal): -2394734 or 9598427. OLE color: 9598427.

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

Color convert

RGB 219 117 146 -
CMYK 0 0.47 0.33 0.14
HSL 342.94º 0.59% 0.66% -
HSV(B) 342.94º 0.47% 0.86% -
XYZ 40.76 29.86 30.81 -
YUV 150.8 125.29 176.64 -
System Red Green Blue C M Y K H S L
Decimal 219 117 146 0 0.47 0.33 0.14 342.94 0.59 0.66
Hex DB 75 92 0 2F 21 E 157 3B 42
Octal 333 165 222 0 57 41 16 527 73 102
Binary 11011011 1110101 10010010 0 101111 100001 1110 101010111 111011 1000010

Color Harmonies of #DB7592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7592

Black with #DB7592

Text Example


Text Example

White with #DB7592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7592; }

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

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

background-color css

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

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

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

border-color css

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

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

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