Html Css Color HEX #DC4F5A Mandy

📋 copy color: '#DC4F5A'

red 220 ◦ green 79 ◦ blue 90

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

Shades of Mandy #DC4F5A

Tints of Mandy #DC4F5A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.31%

 BLUE value IS 90 (35.55% from 255) = 23.14%

R = 56.56%
G = 20.31%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC4F5A (or 0xDC4F5A) is known color: Mandy. HEX triplet: DC, 4F and 5A. RGB value is (220,79,90). Sum of RGB (Red+Green+Blue) = 220+79+90=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F5A is #23B0A5. Grayscale: #7A7A7A. Windows color (decimal): -2338982 or 5918684. OLE color: 5918684.

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

Color convert

RGB 220 79 90 -
CMYK 0 0.64 0.59 0.14
HSL 355.32º 0.67% 0.59% -
HSV(B) 355.32º 0.64% 0.86% -
XYZ 34.16 21.55 12.03 -
YUV 122.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 220 79 90 0 0.64 0.59 0.14 355.32 0.67 0.59
Hex DC 4F 5A 0 40 3B E 163 43 3B
Octal 334 117 132 0 100 73 16 543 103 73
Binary 11011100 1001111 1011010 0 1000000 111011 1110 101100011 1000011 111011

Color Harmonies of #DC4F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F5A

Black with #DC4F5A

Text Example


Text Example

White with #DC4F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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