#D03A8E

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

Shades of Deep Cerise #D03A8E

Tints of Deep Cerise #D03A8E

Color information

#D03A8E (or 0xD03A8E) is unknown color: approx Deep Cerise. HEX triplet: D0, 3A and 8E. RGB value is (208,58,142). Sum of RGB (Red+Green+Blue) = 208+58+142=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03A8E is #2FC571. Grayscale: #707070. Windows color (decimal): -3130738 or 9321168. OLE color: 9321168.

HSL color Cylindrical-coordinate representation of color #D03A8E: hue angle of 326.4º 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 #D03A8E is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB20858142-
CMYK00.720.320.18
HSL326.4º61.48%52.16%-
HSV(B)326.4º72.12%81.57%-
XYZ32.4118.3927.43-
YUV112.43144.7196.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.98%
GREEN value IS 58 (23.05% from 255) = 14.22%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=50.98%
G=14.22%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085814200.720.320.18326.461.4852.16
HexD03A8E04820121463d34
Octal32072216011040225067564
Binary11010000111010100011100100100010000010010101000110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03A8E; }

 p { color: rgb(208,58,142); }

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

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

 a { background-color: rgb(208,58,142); }

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

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

 span { border-color: rgb(208,58,142); }

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