#D13390

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

Shades of Deep Cerise #D13390

Tints of Deep Cerise #D13390

Color information

#D13390 (or 0xD13390) is unknown color: approx Deep Cerise. HEX triplet: D1, 33 and 90. RGB value is (209,51,144). Sum of RGB (Red+Green+Blue) = 209+51+144=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D13390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13390 is #2ECC6F. Grayscale: #6C6C6C. Windows color (decimal): -3066992 or 9450449. OLE color: 9450449.

HSL color Cylindrical-coordinate representation of color #D13390: hue angle of 324.68º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13390 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB20951144-
CMYK00.760.310.18
HSL324.68º63.2%50.98%-
HSV(B)324.68º75.6%81.96%-
XYZ32.5117.9428.13-
YUV108.84147.85199.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.73%
GREEN value IS 51 (20.31% from 255) = 12.62%
BLUE value IS 144 (56.64% from 255) = 35.64%
R=51.73%
G=12.62%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095114400.760.310.18324.6863.250.98
HexD1339004C1F121453f33
Octal32163220011437225057763
Binary1101000111001110010000010011001111110010101000101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13390; }

 p { color: rgb(209,51,144); }

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

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

 a { background-color: rgb(209,51,144); }

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

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

 span { border-color: rgb(209,51,144); }

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