Html Css Color HEX #DC4C58 Mandy

📋 copy color: '#DC4C58'

red 220 ◦ green 76 ◦ blue 88

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

Shades of Mandy #DC4C58

Tints of Mandy #DC4C58

RGB

 RED value IS 220 (86.33% from 255) = 57.29%

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

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

R = 57.29%
G = 19.79%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC4C58 (or 0xDC4C58) is known color: Mandy. HEX triplet: DC, 4C and 58. RGB value is (220,76,88). Sum of RGB (Red+Green+Blue) = 220+76+88=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4C58 is #23B3A7. Grayscale: #787878. Windows color (decimal): -2339752 or 5786844. OLE color: 5786844.

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

Color convert

RGB 220 76 88 -
CMYK 0 0.65 0.6 0.14
HSL 355º 0.67% 0.58% -
HSV(B) 355º 0.65% 0.86% -
XYZ 33.86 21.09 11.52 -
YUV 120.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 220 76 88 0 0.65 0.6 0.14 355 0.67 0.58
Hex DC 4C 58 0 41 3C E 163 43 3A
Octal 334 114 130 0 101 74 16 543 103 72
Binary 11011100 1001100 1011000 0 1000001 111100 1110 101100011 1000011 111010

Color Harmonies of #DC4C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C58

Black with #DC4C58

Text Example


Text Example

White with #DC4C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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