#d03b88

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

Shades of Deep Cerise #D03B88

Tints of Deep Cerise #D03B88

Color information

#D03B88 (or 0xD03B88) is unknown color: approx Deep Cerise. HEX triplet: D0, 3B and 88. RGB value is (208,59,136). Sum of RGB (Red+Green+Blue) = 208+59+136=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03B88 is #2FC477. Grayscale: #707070. Windows color (decimal): -3130488 or 8928208. OLE color: 8928208.

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

Color convert

RGB20859136-
CMYK00.720.350.18
HSL328.99º61.32%52.35%-
HSV(B)328.99º71.63%81.57%-
XYZ32.0218.3225.14-
YUV112.33141.36196.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.61%
GREEN value IS 59 (23.44% from 255) = 14.64%
BLUE value IS 136 (53.52% from 255) = 33.75%
R=51.61%
G=14.64%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085913600.720.350.18328.9961.3252.35
HexD03B8804823121493d34
Octal32073210011043225117564
Binary11010000111011100010000100100010001110010101001001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d03b88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d03b88; }

 p { color: rgb(208,59,136); }

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

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

 a { background-color: rgb(208,59,136); }

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

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

 span { border-color: rgb(208,59,136); }

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