#D7228C

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

Shades of Deep Cerise #D7228C

Tints of Deep Cerise #D7228C

Color information

#D7228C (or 0xD7228C) is unknown color: approx Deep Cerise. HEX triplet: D7, 22 and 8C. RGB value is (215,34,140). Sum of RGB (Red+Green+Blue) = 215+34+140=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D7228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7228C is #28DD73. Grayscale: #636363. Windows color (decimal): -2678132 or 9183959. OLE color: 9183959.

HSL color Cylindrical-coordinate representation of color #D7228C: hue angle of 324.86º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7228C is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB21534140-
CMYK00.840.350.16
HSL324.86º72.69%48.82%-
HSV(B)324.86º84.19%84.31%-
XYZ33.3317.4826.43-
YUV100.2150.47209.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.27%
GREEN value IS 34 (13.67% from 255) = 8.74%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=55.27%
G=8.74%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153414000.840.350.16324.8672.6948.82
HexD7228C05423101454931
Octal327422140124432050511161
Binary110101111000101000110001010100100011100001010001011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7228C; }

 p { color: rgb(215,34,140); }

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

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

 a { background-color: rgb(215,34,140); }

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

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

 span { border-color: rgb(215,34,140); }

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