Html Css Color HEX #DB5058 Mandy

📋 copy color: '#DB5058'

red 219 ◦ green 80 ◦ blue 88

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

Shades of Mandy #DB5058

Tints of Mandy #DB5058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.67%

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

R = 56.59%
G = 20.67%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB5058 (or 0xDB5058) is known color: Mandy. HEX triplet: DB, 50 and 58. RGB value is (219,80,88). Sum of RGB (Red+Green+Blue) = 219+80+88=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5058 is #24AFA7. Grayscale: #7A7A7A. Windows color (decimal): -2404264 or 5787867. OLE color: 5787867.

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

Color convert

RGB 219 80 88 -
CMYK 0 0.63 0.60 0.14
HSL 356.55º 0.66% 0.59% -
HSV(B) 356.55º 0.63% 0.86% -
XYZ 33.84 21.5 11.6 -
YUV 122.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 219 80 88 0 0.63 0.60 0.14 356.55 0.66 0.59
Hex DB 50 58 0 3F 3C E 165 42 3B
Octal 333 120 130 0 77 74 16 545 102 73
Binary 11011011 1010000 1011000 0 111111 111100 1110 101100101 1000010 111011

Color Harmonies of #DB5058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5058

Black with #DB5058

Text Example


Text Example

White with #DB5058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5058; }

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

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

background-color css

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

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

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

border-color css

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

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

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