#D43B94

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

Shades of Deep Cerise #D43B94

Tints of Deep Cerise #D43B94

Color information

#D43B94 (or 0xD43B94) is unknown color: approx Deep Cerise. HEX triplet: D4, 3B and 94. RGB value is (212,59,148). Sum of RGB (Red+Green+Blue) = 212+59+148=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43B94 is #2BC46B. Grayscale: #727272. Windows color (decimal): -2868332 or 9714644. OLE color: 9714644.

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

Color convert

RGB21259148-
CMYK00.720.300.17
HSL325.1º64.02%53.14%-
HSV(B)325.1º72.17%83.14%-
XYZ34.0619.2629.94-
YUV114.89146.69197.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.60%
GREEN value IS 59 (23.44% from 255) = 14.08%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=50.60%
G=14.08%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125914800.720.300.17325.164.0253.14
HexD43B940481E111454035
Octal324732240110362150510065
Binary11010100111011100101000100100011110100011010001011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43B94; }

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

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

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

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

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

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

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

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