#D53D8E

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

Shades of Deep Cerise #D53D8E

Tints of Deep Cerise #D53D8E

Color information

#D53D8E (or 0xD53D8E) is unknown color: approx Deep Cerise. HEX triplet: D5, 3D and 8E. RGB value is (213,61,142). Sum of RGB (Red+Green+Blue) = 213+61+142=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53D8E is #2AC271. Grayscale: #737373. Windows color (decimal): -2802290 or 9321941. OLE color: 9321941.

HSL color Cylindrical-coordinate representation of color #D53D8E: hue angle of 328.03º 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 #D53D8E is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB21361142-
CMYK00.710.330.16
HSL328.03º64.41%53.73%-
HSV(B)328.03º71.36%83.53%-
XYZ33.9919.4427.55-
YUV115.68142.86197.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.20%
GREEN value IS 61 (24.22% from 255) = 14.66%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=51.20%
G=14.66%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136114200.710.330.16328.0364.4153.73
HexD53D8E04721101484036
Octal325752160107412051010066
Binary110101011111011000111001000111100001100001010010001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53D8E; }

 p { color: rgb(213,61,142); }

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

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

 a { background-color: rgb(213,61,142); }

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

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

 span { border-color: rgb(213,61,142); }

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