#D72D98

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

Shades of Deep Cerise #D72D98

Tints of Deep Cerise #D72D98

Color information

#D72D98 (or 0xD72D98) is unknown color: approx Deep Cerise. HEX triplet: D7, 2D and 98. RGB value is (215,45,152). Sum of RGB (Red+Green+Blue) = 215+45+152=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72D98 is #28D267. Grayscale: #6B6B6B. Windows color (decimal): -2675304 or 9973207. OLE color: 9973207.

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

Color convert

RGB21545152-
CMYK00.790.290.16
HSL322.24º68%50.98%-
HSV(B)322.24º79.07%84.31%-
XYZ34.6318.5931.47-
YUV108.03152.82204.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.18%
GREEN value IS 45 (17.97% from 255) = 10.92%
BLUE value IS 152 (59.77% from 255) = 36.89%
R=52.18%
G=10.92%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154515200.790.290.16322.246850.98
HexD72D9804F1D101424433
Octal327552300117352050210463
Binary11010111101101100110000100111111101100001010000101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72D98; }

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

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

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

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

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

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

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

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