#D7329C

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

Shades of Deep Cerise #D7329C

Tints of Deep Cerise #D7329C

Color information

#D7329C (or 0xD7329C) is unknown color: approx Deep Cerise. HEX triplet: D7, 32 and 9C. RGB value is (215,50,156). Sum of RGB (Red+Green+Blue) = 215+50+156=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7329C is #28CD63. Grayscale: #6F6F6F. Windows color (decimal): -2674020 or 10236631. OLE color: 10236631.

HSL color Cylindrical-coordinate representation of color #D7329C: hue angle of 321.45º degrees, saturation: 0.67, 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 #D7329C is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB21550156-
CMYK00.770.270.16
HSL321.45º67.35%51.96%-
HSV(B)321.45º76.74%84.31%-
XYZ35.1719.1333.29-
YUV111.42153.16201.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.07%
GREEN value IS 50 (19.92% from 255) = 11.88%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=51.07%
G=11.88%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155015600.770.270.16321.4567.3551.96
HexD7329C04D1B101414334
Octal327622340115332050110364
Binary11010111110010100111000100110111011100001010000011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7329C; }

 p { color: rgb(215,50,156); }

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

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

 a { background-color: rgb(215,50,156); }

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

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

 span { border-color: rgb(215,50,156); }

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