#D13A8F

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

Shades of Deep Cerise #D13A8F

Tints of Deep Cerise #D13A8F

Color information

#D13A8F (or 0xD13A8F) is unknown color: approx Deep Cerise. HEX triplet: D1, 3A and 8F. RGB value is (209,58,143). Sum of RGB (Red+Green+Blue) = 209+58+143=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13A8F is #2EC570. Grayscale: #707070. Windows color (decimal): -3065201 or 9386705. OLE color: 9386705.

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

Color convert

RGB20958143-
CMYK00.720.320.18
HSL326.23º62.14%52.35%-
HSV(B)326.23º72.25%81.96%-
XYZ32.7718.5627.84-
YUV112.84145.03196.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.98%
GREEN value IS 58 (23.05% from 255) = 14.15%
BLUE value IS 143 (56.25% from 255) = 34.88%
R=50.98%
G=14.15%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095814300.720.320.18326.2362.1452.35
HexD13A8F04820121463e34
Octal32172217011040225067664
Binary11010001111010100011110100100010000010010101000110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13A8F; }

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

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

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

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

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

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

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

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