Html Css Color HEX #DC484F Mandy

📋 copy color: '#DC484F'

red 220 ◦ green 72 ◦ blue 79

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

Shades of Mandy #DC484F

Tints of Mandy #DC484F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 59.3%
G = 19.41%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC484F (or 0xDC484F) is known color: Mandy. HEX triplet: DC, 48 and 4F. RGB value is (220,72,79). Sum of RGB (Red+Green+Blue) = 220+72+79=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC484F is #23B7B0. Grayscale: #757575. Windows color (decimal): -2340785 or 5195996. OLE color: 5195996.

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

Color convert

RGB 220 72 79 -
CMYK 0 0.67 0.64 0.14
HSL 357.16º 0.68% 0.57% -
HSV(B) 357.16º 0.67% 0.86% -
XYZ 33.24 20.41 9.59 -
YUV 117.05 106.53 201.43 -
System Red Green Blue C M Y K H S L
Decimal 220 72 79 0 0.67 0.64 0.14 357.16 0.68 0.57
Hex DC 48 4F 0 43 40 E 165 44 39
Octal 334 110 117 0 103 100 16 545 104 71
Binary 11011100 1001000 1001111 0 1000011 1000000 1110 101100101 1000100 111001

Color Harmonies of #DC484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC484F

Black with #DC484F

Text Example


Text Example

White with #DC484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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