#D731A9

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

Shades of Deep Cerise #D731A9

Tints of Deep Cerise #D731A9

Color information

#D731A9 (or 0xD731A9) is unknown color: approx Deep Cerise. HEX triplet: D7, 31 and A9. RGB value is (215,49,169). Sum of RGB (Red+Green+Blue) = 215+49+169=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D731A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D731A9 is #28CE56. Grayscale: #707070. Windows color (decimal): -2674263 or 11088343. OLE color: 11088343.

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

Color convert

RGB21549169-
CMYK00.770.210.16
HSL316.63º67.48%51.76%-
HSV(B)316.63º77.21%84.31%-
XYZ36.2819.5139.39-
YUV112.31160201.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.65%
GREEN value IS 49 (19.53% from 255) = 11.32%
BLUE value IS 169 (66.41% from 255) = 39.03%
R=49.65%
G=11.32%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154916900.770.210.16316.6367.4851.76
HexD731A904D151013d4334
Octal327612510115252047510364
Binary11010111110001101010010100110110101100001001111011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D731A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D731A9; }

 p { color: rgb(215,49,169); }

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

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

 a { background-color: rgb(215,49,169); }

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

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

 span { border-color: rgb(215,49,169); }

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