#D034A6

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

Shades of Deep Cerise #D034A6

Tints of Deep Cerise #D034A6

Color information

#D034A6 (or 0xD034A6) is unknown color: approx Deep Cerise. HEX triplet: D0, 34 and A6. RGB value is (208,52,166). Sum of RGB (Red+Green+Blue) = 208+52+166=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D034A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D034A6 is #2FCB59. Grayscale: #6F6F6F. Windows color (decimal): -3132250 or 10892496. OLE color: 10892496.

HSL color Cylindrical-coordinate representation of color #D034A6: hue angle of 316.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 #D034A6 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB20852166-
CMYK00.750.200.18
HSL316.15º62.4%50.98%-
HSV(B)316.15º75%81.57%-
XYZ34.1218.6237.87-
YUV111.64158.68196.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.83%
GREEN value IS 52 (20.70% from 255) = 12.21%
BLUE value IS 166 (65.23% from 255) = 38.97%
R=48.83%
G=12.21%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085216600.750.200.18316.1562.450.98
HexD034A604B141213c3e33
Octal32064246011324224747663
Binary1101000011010010100110010010111010010010100111100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D034A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D034A6; }

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

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

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

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

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

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

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

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