#D9329A

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

Shades of Deep Cerise #D9329A

Tints of Deep Cerise #D9329A

Color information

#D9329A (or 0xD9329A) is unknown color: approx Deep Cerise. HEX triplet: D9, 32 and 9A. RGB value is (217,50,154). Sum of RGB (Red+Green+Blue) = 217+50+154=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9329A is #26CD65. Grayscale: #6F6F6F. Windows color (decimal): -2542950 or 10105561. OLE color: 10105561.

HSL color Cylindrical-coordinate representation of color #D9329A: hue angle of 322.63º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9329A is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB21750154-
CMYK00.770.290.15
HSL322.63º68.72%52.35%-
HSV(B)322.63º76.96%85.1%-
XYZ35.5919.3732.43-
YUV111.79151.83203.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.54%
GREEN value IS 50 (19.92% from 255) = 11.88%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=51.54%
G=11.88%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175015400.770.290.15322.6368.7252.35
HexD9329A04D1DF1434534
Octal331622320115351750310564
Binary1101100111001010011010010011011110111111010000111000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9329A; }

 p { color: rgb(217,50,154); }

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

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

 a { background-color: rgb(217,50,154); }

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

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

 span { border-color: rgb(217,50,154); }

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