Html Css Color HEX #DC555F Mandy

📋 copy color: '#DC555F'

red 220 ◦ green 85 ◦ blue 95

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

Shades of Mandy #DC555F

Tints of Mandy #DC555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

 BLUE value IS 95 (37.5% from 255) = 23.75%

R = 55%
G = 21.25%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC555F (or 0xDC555F) is known color: Mandy. HEX triplet: DC, 55 and 5F. RGB value is (220,85,95). Sum of RGB (Red+Green+Blue) = 220+85+95=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC555F is #23AAA0. Grayscale: #7E7E7E. Windows color (decimal): -2337441 or 6247900. OLE color: 6247900.

HSL color Cylindrical-coordinate representation of color #DC555F: hue angle of 355.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC555F is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 85 95 -
CMYK 0 0.61 0.57 0.14
HSL 355.56º 0.66% 0.6% -
HSV(B) 355.56º 0.61% 0.86% -
XYZ 34.83 22.54 13.34 -
YUV 126.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 220 85 95 0 0.61 0.57 0.14 355.56 0.66 0.6
Hex DC 55 5F 0 3D 39 E 164 42 3C
Octal 334 125 137 0 75 71 16 544 102 74
Binary 11011100 1010101 1011111 0 111101 111001 1110 101100100 1000010 111100

Color Harmonies of #DC555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC555F

Black with #DC555F

Text Example


Text Example

White with #DC555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC555F; }

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

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

background-color css

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

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

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

border-color css

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

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

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