Html Css Color HEX #DB7292 Pale Violet Red

📋 copy color: '#DB7292'

red 219 ◦ green 114 ◦ blue 146

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

Shades of Pale Violet Red #DB7292

Tints of Pale Violet Red #DB7292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.8%

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

R = 45.72%
G = 23.8%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB7292 (or 0xDB7292) is known color: Pale Violet Red. HEX triplet: DB, 72 and 92. RGB value is (219,114,146). Sum of RGB (Red+Green+Blue) = 219+114+146=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7292 is #248D6D. Grayscale: #959595. Windows color (decimal): -2395502 or 9597659. OLE color: 9597659.

HSL color Cylindrical-coordinate representation of color #DB7292: hue angle of 341.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7292 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 114 146 -
CMYK 0 0.48 0.33 0.14
HSL 341.71º 0.59% 0.65% -
HSV(B) 341.71º 0.48% 0.86% -
XYZ 40.42 29.17 30.69 -
YUV 149.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 219 114 146 0 0.48 0.33 0.14 341.71 0.59 0.65
Hex DB 72 92 0 30 21 E 156 3B 41
Octal 333 162 222 0 60 41 16 526 73 101
Binary 11011011 1110010 10010010 0 110000 100001 1110 101010110 111011 1000001

Color Harmonies of #DB7292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7292

Black with #DB7292

Text Example


Text Example

White with #DB7292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7292; }

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

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

background-color css

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

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

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

border-color css

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

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

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