Html Css Color HEX #DB7290 Pale Violet Red

📋 copy color: '#DB7290'

red 219 ◦ green 114 ◦ blue 144

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

Shades of Pale Violet Red #DB7290

Tints of Pale Violet Red #DB7290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 45.91%
G = 23.9%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB7290 (or 0xDB7290) is known color: Pale Violet Red. HEX triplet: DB, 72 and 90. RGB value is (219,114,144). Sum of RGB (Red+Green+Blue) = 219+114+144=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7290 is #248D6F. Grayscale: #949494. Windows color (decimal): -2395504 or 9466587. OLE color: 9466587.

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

Color convert

RGB 219 114 144 -
CMYK 0 0.48 0.34 0.14
HSL 342.86º 0.59% 0.65% -
HSV(B) 342.86º 0.48% 0.86% -
XYZ 40.26 29.11 29.88 -
YUV 148.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 219 114 144 0 0.48 0.34 0.14 342.86 0.59 0.65
Hex DB 72 90 0 30 22 E 157 3B 41
Octal 333 162 220 0 60 42 16 527 73 101
Binary 11011011 1110010 10010000 0 110000 100010 1110 101010111 111011 1000001

Color Harmonies of #DB7290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7290

Black with #DB7290

Text Example


Text Example

White with #DB7290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7290; }

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

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

background-color css

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

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

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

border-color css

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

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

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