Html Css Color HEX #DC4661 Mandy

📋 copy color: '#DC4661'

red 220 ◦ green 70 ◦ blue 97

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

Shades of Mandy #DC4661

Tints of Mandy #DC4661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.06%

R = 56.85%
G = 18.09%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC4661 (or 0xDC4661) is known color: Mandy. HEX triplet: DC, 46 and 61. RGB value is (220,70,97). Sum of RGB (Red+Green+Blue) = 220+70+97=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4661 is #23B99E. Grayscale: #757575. Windows color (decimal): -2341279 or 6375132. OLE color: 6375132.

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

Color convert

RGB 220 70 97 -
CMYK 0 0.68 0.56 0.14
HSL 349.2º 0.68% 0.57% -
HSV(B) 349.2º 0.68% 0.86% -
XYZ 33.86 20.46 13.47 -
YUV 117.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 220 70 97 0 0.68 0.56 0.14 349.2 0.68 0.57
Hex DC 46 61 0 44 38 E 15D 44 39
Octal 334 106 141 0 104 70 16 535 104 71
Binary 11011100 1000110 1100001 0 1000100 111000 1110 101011101 1000100 111001

Color Harmonies of #DC4661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4661

Black with #DC4661

Text Example


Text Example

White with #DC4661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4661; }

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

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

background-color css

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

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

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

border-color css

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

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

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