#d72d90

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

Shades of Deep Cerise #D72D90

Tints of Deep Cerise #D72D90

Color information

#D72D90 (or 0xD72D90) is unknown color: approx Deep Cerise. HEX triplet: D7, 2D and 90. RGB value is (215,45,144). Sum of RGB (Red+Green+Blue) = 215+45+144=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72D90 is #28D26F. Grayscale: #6A6A6A. Windows color (decimal): -2675312 or 9448919. OLE color: 9448919.

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

Color convert

RGB21545144-
CMYK00.790.330.16
HSL325.06º68%50.98%-
HSV(B)325.06º79.07%84.31%-
XYZ3418.3428.13-
YUV107.12148.82204.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.22%
GREEN value IS 45 (17.97% from 255) = 11.14%
BLUE value IS 144 (56.64% from 255) = 35.64%
R=53.22%
G=11.14%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154514400.790.330.16325.066850.98
HexD72D9004F21101454433
Octal327552200117412050510463
Binary110101111011011001000001001111100001100001010001011000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d72d90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d72d90; }

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

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

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

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

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

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

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

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