Html Css Color HEX #DB5458 Mandy

📋 copy color: '#DB5458'

red 219 ◦ green 84 ◦ blue 88

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

Shades of Mandy #DB5458

Tints of Mandy #DB5458

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.48%

 BLUE value IS 88 (34.77% from 255) = 22.51%

R = 56.01%
G = 21.48%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB5458 (or 0xDB5458) is known color: Mandy. HEX triplet: DB, 54 and 58. RGB value is (219,84,88). Sum of RGB (Red+Green+Blue) = 219+84+88=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5458 is #24ABA7. Grayscale: #7C7C7C. Windows color (decimal): -2403240 or 5788891. OLE color: 5788891.

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

Color convert

RGB 219 84 88 -
CMYK 0 0.62 0.60 0.14
HSL 358.22º 0.65% 0.59% -
HSV(B) 358.22º 0.62% 0.86% -
XYZ 34.15 22.11 11.7 -
YUV 124.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 219 84 88 0 0.62 0.60 0.14 358.22 0.65 0.59
Hex DB 54 58 0 3E 3C E 166 41 3B
Octal 333 124 130 0 76 74 16 546 101 73
Binary 11011011 1010100 1011000 0 111110 111100 1110 101100110 1000001 111011

Color Harmonies of #DB5458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5458

Black with #DB5458

Text Example


Text Example

White with #DB5458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5458; }

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

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

background-color css

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

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

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

border-color css

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

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

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