Html Css Color HEX #DC4655 Mandy

📋 copy color: '#DC4655'

red 220 ◦ green 70 ◦ blue 85

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

Shades of Mandy #DC4655

Tints of Mandy #DC4655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

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

R = 58.67%
G = 18.67%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC4655 (or 0xDC4655) is known color: Mandy. HEX triplet: DC, 46 and 55. RGB value is (220,70,85). Sum of RGB (Red+Green+Blue) = 220+70+85=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4655 is #23B9AA. Grayscale: #747474. Windows color (decimal): -2341291 or 5588700. OLE color: 5588700.

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

Color convert

RGB 220 70 85 -
CMYK 0 0.68 0.61 0.14
HSL 354º 0.68% 0.57% -
HSV(B) 354º 0.68% 0.86% -
XYZ 33.35 20.25 10.75 -
YUV 116.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 220 70 85 0 0.68 0.61 0.14 354 0.68 0.57
Hex DC 46 55 0 44 3D E 162 44 39
Octal 334 106 125 0 104 75 16 542 104 71
Binary 11011100 1000110 1010101 0 1000100 111101 1110 101100010 1000100 111001

Color Harmonies of #DC4655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4655

Black with #DC4655

Text Example


Text Example

White with #DC4655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4655; }

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

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

background-color css

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

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

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

border-color css

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

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

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