Html Css Color HEX #DC4750 Mandy

📋 copy color: '#DC4750'

red 220 ◦ green 71 ◦ blue 80

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

Shades of Mandy #DC4750

Tints of Mandy #DC4750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 59.3%
G = 19.14%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC4750 (or 0xDC4750) is known color: Mandy. HEX triplet: DC, 47 and 50. RGB value is (220,71,80). Sum of RGB (Red+Green+Blue) = 220+71+80=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4750 is #23B8AF. Grayscale: #747474. Windows color (decimal): -2341040 or 5261276. OLE color: 5261276.

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

Color convert

RGB 220 71 80 -
CMYK 0 0.68 0.64 0.14
HSL 356.38º 0.68% 0.57% -
HSV(B) 356.38º 0.68% 0.86% -
XYZ 33.22 20.3 9.76 -
YUV 116.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 220 71 80 0 0.68 0.64 0.14 356.38 0.68 0.57
Hex DC 47 50 0 44 40 E 164 44 39
Octal 334 107 120 0 104 100 16 544 104 71
Binary 11011100 1000111 1010000 0 1000100 1000000 1110 101100100 1000100 111001

Color Harmonies of #DC4750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4750

Black with #DC4750

Text Example


Text Example

White with #DC4750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4750; }

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

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

background-color css

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

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

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

border-color css

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

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

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