#D03091

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

Shades of Deep Cerise #D03091

Tints of Deep Cerise #D03091

Color information

#D03091 (or 0xD03091) is unknown color: approx Deep Cerise. HEX triplet: D0, 30 and 91. RGB value is (208,48,145). Sum of RGB (Red+Green+Blue) = 208+48+145=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D03091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03091 is #2FCF6E. Grayscale: #6A6A6A. Windows color (decimal): -3133295 or 9515216. OLE color: 9515216.

HSL color Cylindrical-coordinate representation of color #D03091: hue angle of 323.62º degrees, saturation: 0.63, 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 #D03091 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB20848145-
CMYK00.770.300.18
HSL323.62º62.99%50.2%-
HSV(B)323.62º76.92%81.57%-
XYZ32.1817.5728.48-
YUV106.9149.51200.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.87%
GREEN value IS 48 (19.14% from 255) = 11.97%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=51.87%
G=11.97%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084814500.770.300.18323.6262.9950.2
HexD0309104D1E121443f32
Octal32060221011536225047762
Binary1101000011000010010001010011011111010010101000100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03091; }

 p { color: rgb(208,48,145); }

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

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

 a { background-color: rgb(208,48,145); }

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

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

 span { border-color: rgb(208,48,145); }

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