#D5328C

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

Shades of Deep Cerise #D5328C

Tints of Deep Cerise #D5328C

Color information

#D5328C (or 0xD5328C) is unknown color: approx Deep Cerise. HEX triplet: D5, 32 and 8C. RGB value is (213,50,140). Sum of RGB (Red+Green+Blue) = 213+50+140=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5328C is #2ACD73. Grayscale: #6C6C6C. Windows color (decimal): -2805108 or 9188053. OLE color: 9188053.

HSL color Cylindrical-coordinate representation of color #D5328C: hue angle of 326.87º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5328C is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB21350140-
CMYK00.770.340.16
HSL326.87º65.99%51.57%-
HSV(B)326.87º76.53%83.53%-
XYZ33.3118.3226.59-
YUV109145.5202.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.85%
GREEN value IS 50 (19.92% from 255) = 12.41%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=52.85%
G=12.41%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135014000.770.340.16326.8765.9951.57
HexD5328C04D22101474234
Octal325622140115422050710264
Binary110101011100101000110001001101100010100001010001111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5328C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5328C; }

 p { color: rgb(213,50,140); }

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

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

 a { background-color: rgb(213,50,140); }

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

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

 span { border-color: rgb(213,50,140); }

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