Html Css Color HEX #DC4650 Mandy

📋 copy color: '#DC4650'

red 220 ◦ green 70 ◦ blue 80

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

Shades of Mandy #DC4650

Tints of Mandy #DC4650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.62%

R = 59.46%
G = 18.92%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC4650 (or 0xDC4650) is known color: Mandy. HEX triplet: DC, 46 and 50. RGB value is (220,70,80). Sum of RGB (Red+Green+Blue) = 220+70+80=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4650 is #23B9AF. Grayscale: #747474. Windows color (decimal): -2341296 or 5261020. OLE color: 5261020.

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

Color convert

RGB 220 70 80 -
CMYK 0 0.68 0.64 0.14
HSL 356º 0.68% 0.57% -
HSV(B) 356º 0.68% 0.86% -
XYZ 33.15 20.18 9.74 -
YUV 115.99 107.7 202.19 -
System Red Green Blue C M Y K H S L
Decimal 220 70 80 0 0.68 0.64 0.14 356 0.68 0.57
Hex DC 46 50 0 44 40 E 164 44 39
Octal 334 106 120 0 104 100 16 544 104 71
Binary 11011100 1000110 1010000 0 1000100 1000000 1110 101100100 1000100 111001

Color Harmonies of #DC4650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4650

Black with #DC4650

Text Example


Text Example

White with #DC4650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4650; }

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

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

background-color css

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

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

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

border-color css

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

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

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