Html Css Color HEX #DB7294 Pale Violet Red

📋 copy color: '#DB7294'

red 219 ◦ green 114 ◦ blue 148

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

Shades of Pale Violet Red #DB7294

Tints of Pale Violet Red #DB7294

RGB

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

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

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

R = 45.53%
G = 23.7%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB7294 (or 0xDB7294) is known color: Pale Violet Red. HEX triplet: DB, 72 and 94. RGB value is (219,114,148). Sum of RGB (Red+Green+Blue) = 219+114+148=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7294 is #248D6B. Grayscale: #959595. Windows color (decimal): -2395500 or 9728731. OLE color: 9728731.

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

Color convert

RGB 219 114 148 -
CMYK 0 0.48 0.32 0.14
HSL 340.57º 0.59% 0.65% -
HSV(B) 340.57º 0.48% 0.86% -
XYZ 40.58 29.23 31.52 -
YUV 149.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 219 114 148 0 0.48 0.32 0.14 340.57 0.59 0.65
Hex DB 72 94 0 30 20 E 155 3B 41
Octal 333 162 224 0 60 40 16 525 73 101
Binary 11011011 1110010 10010100 0 110000 100000 1110 101010101 111011 1000001

Color Harmonies of #DB7294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7294

Black with #DB7294

Text Example


Text Example

White with #DB7294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7294; }

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

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

background-color css

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

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

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

border-color css

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

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

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