#D43B8F

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

Shades of Deep Cerise #D43B8F

Tints of Deep Cerise #D43B8F

Color information

#D43B8F (or 0xD43B8F) is unknown color: approx Deep Cerise. HEX triplet: D4, 3B and 8F. RGB value is (212,59,143). Sum of RGB (Red+Green+Blue) = 212+59+143=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43B8F is #2BC470. Grayscale: #727272. Windows color (decimal): -2868337 or 9386964. OLE color: 9386964.

HSL color Cylindrical-coordinate representation of color #D43B8F: hue angle of 327.06º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43B8F is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB21259143-
CMYK00.720.330.17
HSL327.06º64.02%53.14%-
HSV(B)327.06º72.17%83.14%-
XYZ33.6719.1127.9-
YUV114.32144.19197.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.21%
GREEN value IS 59 (23.44% from 255) = 14.25%
BLUE value IS 143 (56.25% from 255) = 34.54%
R=51.21%
G=14.25%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125914300.720.330.17327.0664.0253.14
HexD43B8F04821111474035
Octal324732170110412150710065
Binary110101001110111000111101001000100001100011010001111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43B8F; }

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

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

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

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

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

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

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

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