Html Css Color HEX #DC4153 Mandy

📋 copy color: '#DC4153'

red 220 ◦ green 65 ◦ blue 83

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

Shades of Mandy #DC4153

Tints of Mandy #DC4153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.66%

 BLUE value IS 83 (32.81% from 255) = 22.55%

R = 59.78%
G = 17.66%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC4153 (or 0xDC4153) is known color: Mandy. HEX triplet: DC, 41 and 53. RGB value is (220,65,83). Sum of RGB (Red+Green+Blue) = 220+65+83=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4153 is #23BEAC. Grayscale: #717171. Windows color (decimal): -2342573 or 5456348. OLE color: 5456348.

HSL color Cylindrical-coordinate representation of color #DC4153: hue angle of 353.03º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4153 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 65 83 -
CMYK 0 0.70 0.62 0.14
HSL 353.03º 0.69% 0.56% -
HSV(B) 353.03º 0.7% 0.86% -
XYZ 32.97 19.62 10.23 -
YUV 113.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 220 65 83 0 0.70 0.62 0.14 353.03 0.69 0.56
Hex DC 41 53 0 46 3E E 161 45 38
Octal 334 101 123 0 106 76 16 541 105 70
Binary 11011100 1000001 1010011 0 1000110 111110 1110 101100001 1000101 111000

Color Harmonies of #DC4153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4153

Black with #DC4153

Text Example


Text Example

White with #DC4153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4153; }

 p { color: rgb(220,65,83); }

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

background-color css

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

 a { background-color: rgb(220,65,83); }

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

border-color css

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

 span { border-color: rgb(220,65,83); }

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