#D7397C

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

Shades of Deep Cerise #D7397C

Tints of Deep Cerise #D7397C

Color information

#D7397C (or 0xD7397C) is unknown color: approx Deep Cerise. HEX triplet: D7, 39 and 7C. RGB value is (215,57,124). Sum of RGB (Red+Green+Blue) = 215+57+124=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D7397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7397C is #28C683. Grayscale: #6F6F6F. Windows color (decimal): -2672260 or 8141271. OLE color: 8141271.

HSL color Cylindrical-coordinate representation of color #D7397C: hue angle of 334.56º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7397C is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB21557124-
CMYK00.730.420.16
HSL334.56º66.39%53.33%-
HSV(B)334.56º73.49%84.31%-
XYZ33.1318.8320.96-
YUV111.88134.85201.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.29%
GREEN value IS 57 (22.66% from 255) = 14.39%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=54.29%
G=14.39%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155712400.730.420.16334.5666.3953.33
HexD7397C0492A1014f4235
Octal327711740111522051710265
Binary11010111111001111110001001001101010100001010011111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7397C; }

 p { color: rgb(215,57,124); }

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

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

 a { background-color: rgb(215,57,124); }

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

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

 span { border-color: rgb(215,57,124); }

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