Html Css Color HEX #DB4C58 Mandy

📋 copy color: '#DB4C58'

red 219 ◦ green 76 ◦ blue 88

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

Shades of Mandy #DB4C58

Tints of Mandy #DB4C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.84%

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

R = 57.18%
G = 19.84%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB4C58 (or 0xDB4C58) is known color: Mandy. HEX triplet: DB, 4C and 58. RGB value is (219,76,88). Sum of RGB (Red+Green+Blue) = 219+76+88=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4C58 is #24B3A7. Grayscale: #787878. Windows color (decimal): -2405288 or 5786843. OLE color: 5786843.

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

Color convert

RGB 219 76 88 -
CMYK 0 0.65 0.60 0.14
HSL 354.97º 0.67% 0.58% -
HSV(B) 354.97º 0.65% 0.86% -
XYZ 33.56 20.93 11.5 -
YUV 120.13 109.88 198.52 -
System Red Green Blue C M Y K H S L
Decimal 219 76 88 0 0.65 0.60 0.14 354.97 0.67 0.58
Hex DB 4C 58 0 41 3C E 163 43 3A
Octal 333 114 130 0 101 74 16 543 103 72
Binary 11011011 1001100 1011000 0 1000001 111100 1110 101100011 1000011 111010

Color Harmonies of #DB4C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C58

Black with #DB4C58

Text Example


Text Example

White with #DB4C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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