#D034AC

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

Shades of Deep Cerise #D034AC

Tints of Deep Cerise #D034AC

Color information

#D034AC (or 0xD034AC) is unknown color: approx Deep Cerise. HEX triplet: D0, 34 and AC. RGB value is (208,52,172). Sum of RGB (Red+Green+Blue) = 208+52+172=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D034AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D034AC is #2FCB53. Grayscale: #707070. Windows color (decimal): -3132244 or 11285712. OLE color: 11285712.

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

Color convert

RGB20852172-
CMYK00.750.170.18
HSL313.85º62.4%50.98%-
HSV(B)313.85º75%81.57%-
XYZ34.6918.8440.84-
YUV112.32161.68196.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.15%
GREEN value IS 52 (20.70% from 255) = 12.04%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=48.15%
G=12.04%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085217200.750.170.18313.8562.450.98
HexD034AC04B111213a3e33
Octal32064254011321224727663
Binary1101000011010010101100010010111000110010100111010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D034AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D034AC; }

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

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

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

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

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

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

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

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