#D72B85

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

Shades of Deep Cerise #D72B85

Tints of Deep Cerise #D72B85

Color information

#D72B85 (or 0xD72B85) is unknown color: approx Deep Cerise. HEX triplet: D7, 2B and 85. RGB value is (215,43,133). Sum of RGB (Red+Green+Blue) = 215+43+133=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72B85 is #28D47A. Grayscale: #686868. Windows color (decimal): -2675835 or 8727511. OLE color: 8727511.

HSL color Cylindrical-coordinate representation of color #D72B85: hue angle of 328.6º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72B85 is Cyan = 0, Magento = 0.8, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB21543133-
CMYK00.80.380.16
HSL328.6º68.25%50.59%-
HSV(B)328.6º80%84.31%-
XYZ33.1217.8723.89-
YUV104.69143.98206.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.99%
GREEN value IS 43 (17.19% from 255) = 11.00%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=54.99%
G=11.00%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154313300.80.380.16328.668.2550.59
HexD72B8505026101494433
Octal327532050120462051110463
Binary110101111010111000010101010000100110100001010010011000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72B85; }

 p { color: rgb(215,43,133); }

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

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

 a { background-color: rgb(215,43,133); }

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

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

 span { border-color: rgb(215,43,133); }

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