#D53E9B

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

Shades of Deep Cerise #D53E9B

Tints of Deep Cerise #D53E9B

Color information

#D53E9B (or 0xD53E9B) is unknown color: approx Deep Cerise. HEX triplet: D5, 3E and 9B. RGB value is (213,62,155). Sum of RGB (Red+Green+Blue) = 213+62+155=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53E9B is #2AC164. Grayscale: #757575. Windows color (decimal): -2802021 or 10174165. OLE color: 10174165.

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

Color convert

RGB21362155-
CMYK00.710.270.16
HSL323.05º64.26%53.92%-
HSV(B)323.05º70.89%83.53%-
XYZ35.0819.9633.01-
YUV117.75149.03195.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.53%
GREEN value IS 62 (24.61% from 255) = 14.42%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=49.53%
G=14.42%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136215500.710.270.16323.0564.2653.92
HexD53E9B0471B101434036
Octal325762330107332050310066
Binary11010101111110100110110100011111011100001010000111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53E9B; }

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

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

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

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

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

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

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

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