Html Css Color HEX #DC475D Mandy

📋 copy color: '#DC475D'

red 220 ◦ green 71 ◦ blue 93

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

Shades of Mandy #DC475D

Tints of Mandy #DC475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.22%

R = 57.29%
G = 18.49%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC475D (or 0xDC475D) is known color: Mandy. HEX triplet: DC, 47 and 5D. RGB value is (220,71,93). Sum of RGB (Red+Green+Blue) = 220+71+93=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC475D is #23B8A2. Grayscale: #767676. Windows color (decimal): -2341027 or 6113244. OLE color: 6113244.

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

Color convert

RGB 220 71 93 -
CMYK 0 0.68 0.58 0.14
HSL 351.14º 0.68% 0.57% -
HSV(B) 351.14º 0.68% 0.86% -
XYZ 33.74 20.51 12.54 -
YUV 118.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 220 71 93 0 0.68 0.58 0.14 351.14 0.68 0.57
Hex DC 47 5D 0 44 3A E 15F 44 39
Octal 334 107 135 0 104 72 16 537 104 71
Binary 11011100 1000111 1011101 0 1000100 111010 1110 101011111 1000100 111001

Color Harmonies of #DC475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC475D

Black with #DC475D

Text Example


Text Example

White with #DC475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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