#D53B98

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

Shades of Deep Cerise #D53B98

Tints of Deep Cerise #D53B98

Color information

#D53B98 (or 0xD53B98) is unknown color: approx Deep Cerise. HEX triplet: D5, 3B and 98. RGB value is (213,59,152). Sum of RGB (Red+Green+Blue) = 213+59+152=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53B98 is #2AC467. Grayscale: #737373. Windows color (decimal): -2802792 or 9976789. OLE color: 9976789.

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

Color convert

RGB21359152-
CMYK00.720.290.16
HSL323.77º64.71%53.33%-
HSV(B)323.77º72.3%83.53%-
XYZ34.6719.5431.65-
YUV115.65148.52197.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 59 (23.44% from 255) = 13.92%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=50.24%
G=13.92%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135915200.720.290.16323.7764.7153.33
HexD53B980481D101444135
Octal325732300110352050410165
Binary11010101111011100110000100100011101100001010001001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53B98; }

 p { color: rgb(213,59,152); }

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

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

 a { background-color: rgb(213,59,152); }

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

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

 span { border-color: rgb(213,59,152); }

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