#D72D96

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

Shades of Deep Cerise #D72D96

Tints of Deep Cerise #D72D96

Color information

#D72D96 (or 0xD72D96) is unknown color: approx Deep Cerise. HEX triplet: D7, 2D and 96. RGB value is (215,45,150). Sum of RGB (Red+Green+Blue) = 215+45+150=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72D96 is #28D269. Grayscale: #6B6B6B. Windows color (decimal): -2675306 or 9842135. OLE color: 9842135.

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

Color convert

RGB21545150-
CMYK00.790.300.16
HSL322.94º68%50.98%-
HSV(B)322.94º79.07%84.31%-
XYZ34.4718.5330.61-
YUV107.8151.82204.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.44%
GREEN value IS 45 (17.97% from 255) = 10.98%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=52.44%
G=10.98%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154515000.790.300.16322.946850.98
HexD72D9604F1E101434433
Octal327552260117362050310463
Binary11010111101101100101100100111111110100001010000111000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72D96; }

 p { color: rgb(215,45,150); }

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

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

 a { background-color: rgb(215,45,150); }

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

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

 span { border-color: rgb(215,45,150); }

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