Html Css Color HEX #DC4451 Mandy

📋 copy color: '#DC4451'

red 220 ◦ green 68 ◦ blue 81

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

Shades of Mandy #DC4451

Tints of Mandy #DC4451

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.43%

 BLUE value IS 81 (32.03% from 255) = 21.95%

R = 59.62%
G = 18.43%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC4451 (or 0xDC4451) is known color: Mandy. HEX triplet: DC, 44 and 51. RGB value is (220,68,81). Sum of RGB (Red+Green+Blue) = 220+68+81=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4451 is #23BBAE. Grayscale: #737373. Windows color (decimal): -2341807 or 5326044. OLE color: 5326044.

HSL color Cylindrical-coordinate representation of color #DC4451: hue angle of 354.87º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4451 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 81 -
CMYK 0 0.69 0.63 0.14
HSL 354.87º 0.68% 0.56% -
HSV(B) 354.87º 0.69% 0.86% -
XYZ 33.07 19.94 9.89 -
YUV 114.93 108.86 202.94 -
System Red Green Blue C M Y K H S L
Decimal 220 68 81 0 0.69 0.63 0.14 354.87 0.68 0.56
Hex DC 44 51 0 45 3F E 163 44 38
Octal 334 104 121 0 105 77 16 543 104 70
Binary 11011100 1000100 1010001 0 1000101 111111 1110 101100011 1000100 111000

Color Harmonies of #DC4451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4451

Black with #DC4451

Text Example


Text Example

White with #DC4451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4451; }

 p { color: rgb(220,68,81); }

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

background-color css

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

 a { background-color: rgb(220,68,81); }

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

border-color css

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

 span { border-color: rgb(220,68,81); }

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