Html Css Color HEX #DC475A Mandy

📋 copy color: '#DC475A'

red 220 ◦ green 71 ◦ blue 90

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

Shades of Mandy #DC475A

Tints of Mandy #DC475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.62%

R = 57.74%
G = 18.64%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC475A (or 0xDC475A) is known color: Mandy. HEX triplet: DC, 47 and 5A. RGB value is (220,71,90). Sum of RGB (Red+Green+Blue) = 220+71+90=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC475A is #23B8A5. Grayscale: #757575. Windows color (decimal): -2341030 or 5916636. OLE color: 5916636.

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

Color convert

RGB 220 71 90 -
CMYK 0 0.68 0.59 0.14
HSL 352.35º 0.68% 0.57% -
HSV(B) 352.35º 0.68% 0.86% -
XYZ 33.61 20.46 11.85 -
YUV 117.72 112.36 200.96 -
System Red Green Blue C M Y K H S L
Decimal 220 71 90 0 0.68 0.59 0.14 352.35 0.68 0.57
Hex DC 47 5A 0 44 3B E 160 44 39
Octal 334 107 132 0 104 73 16 540 104 71
Binary 11011100 1000111 1011010 0 1000100 111011 1110 101100000 1000100 111001

Color Harmonies of #DC475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC475A

Black with #DC475A

Text Example


Text Example

White with #DC475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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