#D42389

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

Shades of Deep Cerise #D42389

Tints of Deep Cerise #D42389

Color information

#D42389 (or 0xD42389) is unknown color: approx Deep Cerise. HEX triplet: D4, 23 and 89. RGB value is (212,35,137). Sum of RGB (Red+Green+Blue) = 212+35+137=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D42389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42389 is #2BDC76. Grayscale: #636363. Windows color (decimal): -2874487 or 8987604. OLE color: 8987604.

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

Color convert

RGB21235137-
CMYK00.830.350.17
HSL325.42º71.66%48.43%-
HSV(B)325.42º83.49%83.14%-
XYZ32.2717.0125.25-
YUV99.55149.14208.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.21%
GREEN value IS 35 (14.06% from 255) = 9.11%
BLUE value IS 137 (53.91% from 255) = 35.68%
R=55.21%
G=9.11%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123513700.830.350.17325.4271.6648.43
HexD4238905323111454830
Octal324432110123432150511060
Binary110101001000111000100101010011100011100011010001011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42389; }

 p { color: rgb(212,35,137); }

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

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

 a { background-color: rgb(212,35,137); }

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

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

 span { border-color: rgb(212,35,137); }

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