Html Css Color HEX #DC4155 Mandy

📋 copy color: '#DC4155'

red 220 ◦ green 65 ◦ blue 85

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

Shades of Mandy #DC4155

Tints of Mandy #DC4155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.97%

R = 59.46%
G = 17.57%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC4155 (or 0xDC4155) is known color: Mandy. HEX triplet: DC, 41 and 55. RGB value is (220,65,85). Sum of RGB (Red+Green+Blue) = 220+65+85=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4155 is #23BEAA. Grayscale: #717171. Windows color (decimal): -2342571 or 5587420. OLE color: 5587420.

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

Color convert

RGB 220 65 85 -
CMYK 0 0.70 0.61 0.14
HSL 352.26º 0.69% 0.56% -
HSV(B) 352.26º 0.7% 0.86% -
XYZ 33.05 19.65 10.65 -
YUV 113.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 220 65 85 0 0.70 0.61 0.14 352.26 0.69 0.56
Hex DC 41 55 0 46 3D E 160 45 38
Octal 334 101 125 0 106 75 16 540 105 70
Binary 11011100 1000001 1010101 0 1000110 111101 1110 101100000 1000101 111000

Color Harmonies of #DC4155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4155

Black with #DC4155

Text Example


Text Example

White with #DC4155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4155; }

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

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

background-color css

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

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

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

border-color css

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

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

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