Html Css Color HEX #DC4758 Mandy

📋 copy color: '#DC4758'

red 220 ◦ green 71 ◦ blue 88

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

Shades of Mandy #DC4758

Tints of Mandy #DC4758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.73%

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

R = 58.05%
G = 18.73%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC4758 (or 0xDC4758) is known color: Mandy. HEX triplet: DC, 47 and 58. RGB value is (220,71,88). Sum of RGB (Red+Green+Blue) = 220+71+88=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4758 is #23B8A7. Grayscale: #757575. Windows color (decimal): -2341032 or 5785564. OLE color: 5785564.

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

Color convert

RGB 220 71 88 -
CMYK 0 0.68 0.6 0.14
HSL 353.15º 0.68% 0.57% -
HSV(B) 353.15º 0.68% 0.86% -
XYZ 33.53 20.43 11.41 -
YUV 117.49 111.36 201.12 -
System Red Green Blue C M Y K H S L
Decimal 220 71 88 0 0.68 0.6 0.14 353.15 0.68 0.57
Hex DC 47 58 0 44 3C E 161 44 39
Octal 334 107 130 0 104 74 16 541 104 71
Binary 11011100 1000111 1011000 0 1000100 111100 1110 101100001 1000100 111001

Color Harmonies of #DC4758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4758

Black with #DC4758

Text Example


Text Example

White with #DC4758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4758; }

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

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

background-color css

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

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

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

border-color css

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

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

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