#D53D90

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

Shades of Deep Cerise #D53D90

Tints of Deep Cerise #D53D90

Color information

#D53D90 (or 0xD53D90) is unknown color: approx Deep Cerise. HEX triplet: D5, 3D and 90. RGB value is (213,61,144). Sum of RGB (Red+Green+Blue) = 213+61+144=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53D90 is #2AC26F. Grayscale: #737373. Windows color (decimal): -2802288 or 9453013. OLE color: 9453013.

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

Color convert

RGB21361144-
CMYK00.710.320.16
HSL327.24º64.41%53.73%-
HSV(B)327.24º71.36%83.53%-
XYZ34.1419.528.35-
YUV115.91143.86197.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.96%
GREEN value IS 61 (24.22% from 255) = 14.59%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=50.96%
G=14.59%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136114400.710.320.16327.2464.4153.73
HexD53D9004720101474036
Octal325752200107402050710066
Binary110101011111011001000001000111100000100001010001111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53D90; }

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

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

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

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

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

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

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

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