#D13A7C

Color #D13A7C Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D13A7C

Tints of Deep Cerise #D13A7C

Color information

#D13A7C (or 0xD13A7C) is unknown color: approx Deep Cerise. HEX triplet: D1, 3A and 7C. RGB value is (209,58,124). Sum of RGB (Red+Green+Blue) = 209+58+124=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A7C is #2EC583. Grayscale: #6E6E6E. Windows color (decimal): -3065220 or 8141521. OLE color: 8141521.

HSL color Cylindrical-coordinate representation of color #D13A7C: hue angle of 333.77º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13A7C is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB20958124-
CMYK00.720.410.18
HSL333.77º62.14%52.35%-
HSV(B)333.77º72.25%81.96%-
XYZ31.4518.0420.89-
YUV110.67135.53198.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.45%
GREEN value IS 58 (23.05% from 255) = 14.83%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=53.45%
G=14.83%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095812400.720.410.18333.7762.1452.35
HexD13A7C048291214e3e34
Octal32172174011051225167664
Binary1101000111101011111000100100010100110010101001110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13A7C; }

 p { color: rgb(209,58,124); }

 H1.HeaderClassName
 {
   color: #D13A7C;
 }
 .AnyTagClassName
 {
   color: #D13A7C;
 }
</style>
background-color css

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

 a { background-color: rgb(209,58,124); }

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

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

 span { border-color: rgb(209,58,124); }

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