Html Css Color HEX #DC515C Mandy

📋 copy color: '#DC515C'

red 220 ◦ green 81 ◦ blue 92

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

Shades of Mandy #DC515C

Tints of Mandy #DC515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.41%

R = 55.98%
G = 20.61%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC515C (or 0xDC515C) is known color: Mandy. HEX triplet: DC, 51 and 5C. RGB value is (220,81,92). Sum of RGB (Red+Green+Blue) = 220+81+92=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC515C is #23AEA3. Grayscale: #7B7B7B. Windows color (decimal): -2338468 or 6050268. OLE color: 6050268.

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

Color convert

RGB 220 81 92 -
CMYK 0 0.63 0.58 0.14
HSL 355.25º 0.67% 0.59% -
HSV(B) 355.25º 0.63% 0.86% -
XYZ 34.39 21.87 12.53 -
YUV 123.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 220 81 92 0 0.63 0.58 0.14 355.25 0.67 0.59
Hex DC 51 5C 0 3F 3A E 163 43 3B
Octal 334 121 134 0 77 72 16 543 103 73
Binary 11011100 1010001 1011100 0 111111 111010 1110 101100011 1000011 111011

Color Harmonies of #DC515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC515C

Black with #DC515C

Text Example


Text Example

White with #DC515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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