Html Css Color HEX #DB4954 Mandy

📋 copy color: '#DB4954'

red 219 ◦ green 73 ◦ blue 84

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

Shades of Mandy #DB4954

Tints of Mandy #DB4954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.41%

 BLUE value IS 84 (33.2% from 255) = 22.34%

R = 58.24%
G = 19.41%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB4954 (or 0xDB4954) is known color: Mandy. HEX triplet: DB, 49 and 54. RGB value is (219,73,84). Sum of RGB (Red+Green+Blue) = 219+73+84=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4954 is #24B6AB. Grayscale: #767676. Windows color (decimal): -2406060 or 5523931. OLE color: 5523931.

HSL color Cylindrical-coordinate representation of color #DB4954: hue angle of 355.48º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4954 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 73 84 -
CMYK 0 0.67 0.62 0.14
HSL 355.48º 0.67% 0.57% -
HSV(B) 355.48º 0.67% 0.86% -
XYZ 33.2 20.47 10.59 -
YUV 117.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 219 73 84 0 0.67 0.62 0.14 355.48 0.67 0.57
Hex DB 49 54 0 43 3E E 163 43 39
Octal 333 111 124 0 103 76 16 543 103 71
Binary 11011011 1001001 1010100 0 1000011 111110 1110 101100011 1000011 111001

Color Harmonies of #DB4954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4954

Black with #DB4954

Text Example


Text Example

White with #DB4954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4954; }

 p { color: rgb(219,73,84); }

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

background-color css

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

 a { background-color: rgb(219,73,84); }

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

border-color css

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

 span { border-color: rgb(219,73,84); }

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