#D0328D

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

Shades of Deep Cerise #D0328D

Tints of Deep Cerise #D0328D

Color information

#D0328D (or 0xD0328D) is unknown color: approx Deep Cerise. HEX triplet: D0, 32 and 8D. RGB value is (208,50,141). Sum of RGB (Red+Green+Blue) = 208+50+141=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0328D is #2FCD72. Grayscale: #6B6B6B. Windows color (decimal): -3132787 or 9253584. OLE color: 9253584.

HSL color Cylindrical-coordinate representation of color #D0328D: hue angle of 325.44º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0328D is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB20850141-
CMYK00.760.320.18
HSL325.44º62.7%50.59%-
HSV(B)325.44º75.96%81.57%-
XYZ31.9617.6126.91-
YUV107.62146.85199.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.13%
GREEN value IS 50 (19.92% from 255) = 12.53%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=52.13%
G=12.53%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085014100.760.320.18325.4462.750.59
HexD0328D04C20121453f33
Octal32062215011440225057763
Binary11010000110010100011010100110010000010010101000101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0328D; }

 p { color: rgb(208,50,141); }

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

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

 a { background-color: rgb(208,50,141); }

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

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

 span { border-color: rgb(208,50,141); }

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