#D13B8F

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

Shades of Deep Cerise #D13B8F

Tints of Deep Cerise #D13B8F

Color information

#D13B8F (or 0xD13B8F) is unknown color: approx Deep Cerise. HEX triplet: D1, 3B and 8F. RGB value is (209,59,143). Sum of RGB (Red+Green+Blue) = 209+59+143=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13B8F is #2EC470. Grayscale: #717171. Windows color (decimal): -3064945 or 9386961. OLE color: 9386961.

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

Color convert

RGB20959143-
CMYK00.720.320.18
HSL326.4º61.98%52.55%-
HSV(B)326.4º71.77%81.96%-
XYZ32.8218.6727.86-
YUV113.43144.7196.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.85%
GREEN value IS 59 (23.44% from 255) = 14.36%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=50.85%
G=14.36%
B=34.79%

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
Decimal2095914300.720.320.18326.461.9852.55
HexD13B8F04820121463e35
Octal32173217011040225067665
Binary11010001111011100011110100100010000010010101000110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13B8F; }

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

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

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

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

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

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

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

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