#D13088

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

Shades of Deep Cerise #D13088

Tints of Deep Cerise #D13088

Color information

#D13088 (or 0xD13088) is unknown color: approx Deep Cerise. HEX triplet: D1, 30 and 88. RGB value is (209,48,136). Sum of RGB (Red+Green+Blue) = 209+48+136=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D13088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13088 is #2ECF77. Grayscale: #696969. Windows color (decimal): -3067768 or 8925393. OLE color: 8925393.

HSL color Cylindrical-coordinate representation of color #D13088: hue angle of 327.2º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13088 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB20948136-
CMYK00.770.350.18
HSL327.2º63.64%50.39%-
HSV(B)327.2º77.03%81.96%-
XYZ31.817.4524.98-
YUV106.17144.84201.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.18%
GREEN value IS 48 (19.14% from 255) = 12.21%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=53.18%
G=12.21%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094813600.770.350.18327.263.6450.39
HexD1308804D23121474032
Octal321602100115432250710062
Binary110100011100001000100001001101100011100101010001111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13088; }

 p { color: rgb(209,48,136); }

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

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

 a { background-color: rgb(209,48,136); }

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

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

 span { border-color: rgb(209,48,136); }

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