#D03499

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

Shades of Deep Cerise #D03499

Tints of Deep Cerise #D03499

Color information

#D03499 (or 0xD03499) is unknown color: approx Deep Cerise. HEX triplet: D0, 34 and 99. RGB value is (208,52,153). Sum of RGB (Red+Green+Blue) = 208+52+153=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D03499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03499 is #2FCB66. Grayscale: #6D6D6D. Windows color (decimal): -3132263 or 10040528. OLE color: 10040528.

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

Color convert

RGB20852153-
CMYK00.750.260.18
HSL321.15º62.4%50.98%-
HSV(B)321.15º75%81.57%-
XYZ32.9918.1731.9-
YUV110.16152.18197.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.36%
GREEN value IS 52 (20.70% from 255) = 12.59%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=50.36%
G=12.59%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085215300.750.260.18321.1562.450.98
HexD0349904B1A121413e33
Octal32064231011332225017663
Binary1101000011010010011001010010111101010010101000001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03499; }

 p { color: rgb(208,52,153); }

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

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

 a { background-color: rgb(208,52,153); }

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

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

 span { border-color: rgb(208,52,153); }

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