#D43B9D

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

Shades of Deep Cerise #D43B9D

Tints of Deep Cerise #D43B9D

Color information

#D43B9D (or 0xD43B9D) is unknown color: approx Deep Cerise. HEX triplet: D4, 3B and 9D. RGB value is (212,59,157). Sum of RGB (Red+Green+Blue) = 212+59+157=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43B9D is #2BC462. Grayscale: #737373. Windows color (decimal): -2868323 or 10304468. OLE color: 10304468.

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

Color convert

RGB21259157-
CMYK00.720.260.17
HSL321.57º64.02%53.14%-
HSV(B)321.57º72.17%83.14%-
XYZ34.819.5633.84-
YUV115.92151.19196.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.53%
GREEN value IS 59 (23.44% from 255) = 13.79%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=49.53%
G=13.79%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125915700.720.260.17321.5764.0253.14
HexD43B9D0481A111424035
Octal324732350110322150210065
Binary11010100111011100111010100100011010100011010000101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43B9D; }

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

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

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

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

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

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

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

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