#D5239B

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

Shades of Deep Cerise #D5239B

Tints of Deep Cerise #D5239B

Color information

#D5239B (or 0xD5239B) is unknown color: approx Deep Cerise. HEX triplet: D5, 23 and 9B. RGB value is (213,35,155). Sum of RGB (Red+Green+Blue) = 213+35+155=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5239B is #2ADC64. Grayscale: #656565. Windows color (decimal): -2808933 or 10167253. OLE color: 10167253.

HSL color Cylindrical-coordinate representation of color #D5239B: hue angle of 319.55º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5239B is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB21335155-
CMYK00.840.270.16
HSL319.55º71.77%48.63%-
HSV(B)319.55º83.57%83.53%-
XYZ33.9617.7132.64-
YUV101.9157.97207.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.85%
GREEN value IS 35 (14.06% from 255) = 8.68%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=52.85%
G=8.68%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133515500.840.270.16319.5571.7748.63
HexD5239B0541B101404831
Octal325432330124332050011061
Binary11010101100011100110110101010011011100001010000001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5239B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5239B; }

 p { color: rgb(213,35,155); }

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

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

 a { background-color: rgb(213,35,155); }

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

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

 span { border-color: rgb(213,35,155); }

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