Html Css Color HEX #DC484E Mandy

📋 copy color: '#DC484E'

red 220 ◦ green 72 ◦ blue 78

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

Shades of Mandy #DC484E

Tints of Mandy #DC484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.46%

 BLUE value IS 78 (30.86% from 255) = 21.08%

R = 59.46%
G = 19.46%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC484E (or 0xDC484E) is known color: Mandy. HEX triplet: DC, 48 and 4E. RGB value is (220,72,78). Sum of RGB (Red+Green+Blue) = 220+72+78=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC484E is #23B7B1. Grayscale: #757575. Windows color (decimal): -2340786 or 5130460. OLE color: 5130460.

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

Color convert

RGB 220 72 78 -
CMYK 0 0.67 0.65 0.14
HSL 357.57º 0.68% 0.57% -
HSV(B) 357.57º 0.67% 0.86% -
XYZ 33.21 20.4 9.4 -
YUV 116.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 220 72 78 0 0.67 0.65 0.14 357.57 0.68 0.57
Hex DC 48 4E 0 43 41 E 166 44 39
Octal 334 110 116 0 103 101 16 546 104 71
Binary 11011100 1001000 1001110 0 1000011 1000001 1110 101100110 1000100 111001

Color Harmonies of #DC484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC484E

Black with #DC484E

Text Example


Text Example

White with #DC484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC484E; }

 p { color: rgb(220,72,78); }

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

background-color css

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

 a { background-color: rgb(220,72,78); }

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

border-color css

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

 span { border-color: rgb(220,72,78); }

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