#d328aa

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

Shades of Deep Cerise #D328AA

Tints of Deep Cerise #D328AA

Color information

#D328AA (or 0xD328AA) is unknown color: approx Deep Cerise. HEX triplet: D3, 28 and AA. RGB value is (211,40,170). Sum of RGB (Red+Green+Blue) = 211+40+170=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D328AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D328AA is #2CD755. Grayscale: #696969. Windows color (decimal): -2938710 or 11151571. OLE color: 11151571.

HSL color Cylindrical-coordinate representation of color #D328AA: hue angle of 314.39º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D328AA is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB21140170-
CMYK00.810.190.17
HSL314.39º68.13%49.22%-
HSV(B)314.39º81.04%82.75%-
XYZ34.8818.2739.72-
YUV105.95164.15202.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.12%
GREEN value IS 40 (16.02% from 255) = 9.50%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=50.12%
G=9.50%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114017000.810.190.17314.3968.1349.22
HexD328AA051131113a4431
Octal323502520121232147210461
Binary11010011101000101010100101000110011100011001110101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d328aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d328aa; }

 p { color: rgb(211,40,170); }

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

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

 a { background-color: rgb(211,40,170); }

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

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

 span { border-color: rgb(211,40,170); }

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