#D7298E

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

Shades of Deep Cerise #D7298E

Tints of Deep Cerise #D7298E

Color information

#D7298E (or 0xD7298E) is unknown color: approx Deep Cerise. HEX triplet: D7, 29 and 8E. RGB value is (215,41,142). Sum of RGB (Red+Green+Blue) = 215+41+142=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D7298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7298E is #28D671. Grayscale: #686868. Windows color (decimal): -2676338 or 9316823. OLE color: 9316823.

HSL color Cylindrical-coordinate representation of color #D7298E: hue angle of 325.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7298E is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB21541142-
CMYK00.810.340.16
HSL325.17º68.5%50.2%-
HSV(B)325.17º80.93%84.31%-
XYZ33.717.9927.29-
YUV104.54149.15206.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.02%
GREEN value IS 41 (16.41% from 255) = 10.30%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=54.02%
G=10.30%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154114200.810.340.16325.1768.550.2
HexD7298E05122101454532
Octal327512160121422050510562
Binary110101111010011000111001010001100010100001010001011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7298E; }

 p { color: rgb(215,41,142); }

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

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

 a { background-color: rgb(215,41,142); }

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

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

 span { border-color: rgb(215,41,142); }

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