Html Css Color HEX #DC515E Mandy

📋 copy color: '#DC515E'

red 220 ◦ green 81 ◦ blue 94

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

Shades of Mandy #DC515E

Tints of Mandy #DC515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.8%

R = 55.7%
G = 20.51%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC515E (or 0xDC515E) is known color: Mandy. HEX triplet: DC, 51 and 5E. RGB value is (220,81,94). Sum of RGB (Red+Green+Blue) = 220+81+94=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC515E is #23AEA1. Grayscale: #7C7C7C. Windows color (decimal): -2338466 or 6181340. OLE color: 6181340.

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

Color convert

RGB 220 81 94 -
CMYK 0 0.63 0.57 0.14
HSL 354.39º 0.67% 0.59% -
HSV(B) 354.39º 0.63% 0.86% -
XYZ 34.48 21.91 13 -
YUV 124.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 220 81 94 0 0.63 0.57 0.14 354.39 0.67 0.59
Hex DC 51 5E 0 3F 39 E 162 43 3B
Octal 334 121 136 0 77 71 16 542 103 73
Binary 11011100 1010001 1011110 0 111111 111001 1110 101100010 1000011 111011

Color Harmonies of #DC515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC515E

Black with #DC515E

Text Example


Text Example

White with #DC515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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