Html Css Color HEX #DC515A Mandy

📋 copy color: '#DC515A'

red 220 ◦ green 81 ◦ blue 90

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

Shades of Mandy #DC515A

Tints of Mandy #DC515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.72%

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

R = 56.27%
G = 20.72%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC515A (or 0xDC515A) is known color: Mandy. HEX triplet: DC, 51 and 5A. RGB value is (220,81,90). Sum of RGB (Red+Green+Blue) = 220+81+90=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC515A is #23AEA5. Grayscale: #7B7B7B. Windows color (decimal): -2338470 or 5919196. OLE color: 5919196.

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

Color convert

RGB 220 81 90 -
CMYK 0 0.63 0.59 0.14
HSL 356.12º 0.67% 0.59% -
HSV(B) 356.12º 0.63% 0.86% -
XYZ 34.3 21.84 12.08 -
YUV 123.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 220 81 90 0 0.63 0.59 0.14 356.12 0.67 0.59
Hex DC 51 5A 0 3F 3B E 164 43 3B
Octal 334 121 132 0 77 73 16 544 103 73
Binary 11011100 1010001 1011010 0 111111 111011 1110 101100100 1000011 111011

Color Harmonies of #DC515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC515A

Black with #DC515A

Text Example


Text Example

White with #DC515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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