Html Css Color HEX #DC4353 Mandy

📋 copy color: '#DC4353'

red 220 ◦ green 67 ◦ blue 83

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

Shades of Mandy #DC4353

Tints of Mandy #DC4353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.11%

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

R = 59.46%
G = 18.11%
B = 22.43%

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

#DC4353 (or 0xDC4353) is known color: Mandy. HEX triplet: DC, 43 and 53. RGB value is (220,67,83). Sum of RGB (Red+Green+Blue) = 220+67+83=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4353 is #23BCAC. Grayscale: #727272. Windows color (decimal): -2342061 or 5456860. OLE color: 5456860.

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

Color convert

RGB 220 67 83 -
CMYK 0 0.70 0.62 0.14
HSL 353.73º 0.69% 0.56% -
HSV(B) 353.73º 0.7% 0.86% -
XYZ 33.08 19.85 10.27 -
YUV 114.57 110.19 203.2 -
System Red Green Blue C M Y K H S L
Decimal 220 67 83 0 0.70 0.62 0.14 353.73 0.69 0.56
Hex DC 43 53 0 46 3E E 162 45 38
Octal 334 103 123 0 106 76 16 542 105 70
Binary 11011100 1000011 1010011 0 1000110 111110 1110 101100010 1000101 111000

Color Harmonies of #DC4353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4353

Black with #DC4353

Text Example


Text Example

White with #DC4353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4353; }

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

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

background-color css

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

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

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

border-color css

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

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

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