#D03A7E

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

Shades of Deep Cerise #D03A7E

Tints of Deep Cerise #D03A7E

Color information

#D03A7E (or 0xD03A7E) is unknown color: approx Deep Cerise. HEX triplet: D0, 3A and 7E. RGB value is (208,58,126). Sum of RGB (Red+Green+Blue) = 208+58+126=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03A7E is #2FC581. Grayscale: #6E6E6E. Windows color (decimal): -3130754 or 8272592. OLE color: 8272592.

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

Color convert

RGB20858126-
CMYK00.720.390.18
HSL332.8º61.48%52.16%-
HSV(B)332.8º72.12%81.57%-
XYZ31.2917.9421.55-
YUV110.6136.7197.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.06%
GREEN value IS 58 (23.05% from 255) = 14.80%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=53.06%
G=14.80%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085812600.720.390.18332.861.4852.16
HexD03A7E048271214d3d34
Octal32072176011047225157564
Binary1101000011101011111100100100010011110010101001101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03A7E; }

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

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

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

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

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

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

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

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