#D034A1

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

Shades of Deep Cerise #D034A1

Tints of Deep Cerise #D034A1

Color information

#D034A1 (or 0xD034A1) is unknown color: approx Deep Cerise. HEX triplet: D0, 34 and A1. RGB value is (208,52,161). Sum of RGB (Red+Green+Blue) = 208+52+161=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D034A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D034A1 is #2FCB5E. Grayscale: #6E6E6E. Windows color (decimal): -3132255 or 10564816. OLE color: 10564816.

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

Color convert

RGB20852161-
CMYK00.750.230.18
HSL318.08º62.4%50.98%-
HSV(B)318.08º75%81.57%-
XYZ33.6718.4435.5-
YUV111.07156.18197.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.41%
GREEN value IS 52 (20.70% from 255) = 12.35%
BLUE value IS 161 (63.28% from 255) = 38.24%
R=49.41%
G=12.35%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085216100.750.230.18318.0862.450.98
HexD034A104B171213e3e33
Octal32064241011327224767663
Binary1101000011010010100001010010111011110010100111110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D034A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D034A1; }

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

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

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

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

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

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

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

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