#D13A8C

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

Shades of Deep Cerise #D13A8C

Tints of Deep Cerise #D13A8C

Color information

#D13A8C (or 0xD13A8C) is unknown color: approx Deep Cerise. HEX triplet: D1, 3A and 8C. RGB value is (209,58,140). Sum of RGB (Red+Green+Blue) = 209+58+140=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13A8C is #2EC573. Grayscale: #707070. Windows color (decimal): -3065204 or 9190097. OLE color: 9190097.

HSL color Cylindrical-coordinate representation of color #D13A8C: hue angle of 327.42º 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 #D13A8C is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB20958140-
CMYK00.720.330.18
HSL327.42º62.14%52.35%-
HSV(B)327.42º72.25%81.96%-
XYZ32.5418.4726.66-
YUV112.5143.53196.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.35%
GREEN value IS 58 (23.05% from 255) = 14.25%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=51.35%
G=14.25%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095814000.720.330.18327.4262.1452.35
HexD13A8C04821121473e34
Octal32172214011041225077664
Binary11010001111010100011000100100010000110010101000111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13A8C; }

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

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

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

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

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

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

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

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