#d9319c

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

Shades of Deep Cerise #D9319C

Tints of Deep Cerise #D9319C

Color information

#D9319C (or 0xD9319C) is unknown color: approx Deep Cerise. HEX triplet: D9, 31 and 9C. RGB value is (217,49,156). Sum of RGB (Red+Green+Blue) = 217+49+156=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9319C is #26CE63. Grayscale: #6F6F6F. Windows color (decimal): -2543204 or 10236377. OLE color: 10236377.

HSL color Cylindrical-coordinate representation of color #D9319C: hue angle of 321.79º 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 #D9319C is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB21749156-
CMYK00.770.280.15
HSL321.79º68.85%52.16%-
HSV(B)321.79º77.42%85.1%-
XYZ35.7119.3533.3-
YUV111.43153.16203.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.42%
GREEN value IS 49 (19.53% from 255) = 11.61%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=51.42%
G=11.61%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174915600.770.280.15321.7968.8552.16
HexD9319C04D1CF1424534
Octal331612340115341750210564
Binary1101100111000110011100010011011110011111010000101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9319c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9319c; }

 p { color: rgb(217,49,156); }

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

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

 a { background-color: rgb(217,49,156); }

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

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

 span { border-color: rgb(217,49,156); }

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