#D7396A

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

Shades of Cerise #D7396A

Tints of Cerise #D7396A

Color information

#D7396A (or 0xD7396A) is unknown color: approx Cerise. HEX triplet: D7, 39 and 6A. RGB value is (215,57,106). Sum of RGB (Red+Green+Blue) = 215+57+106=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7396A is #28C695. Grayscale: #6D6D6D. Windows color (decimal): -2672278 or 6961623. OLE color: 6961623.

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

Color convert

RGB21557106-
CMYK00.730.510.16
HSL341.39º66.39%53.33%-
HSV(B)341.39º73.49%84.31%-
XYZ32.0918.4115.5-
YUV109.83125.85203.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.88%
GREEN value IS 57 (22.66% from 255) = 15.08%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=56.88%
G=15.08%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155710600.730.510.16341.3966.3953.33
HexD7396A04933101554235
Octal327711520111632052510265
Binary11010111111001110101001001001110011100001010101011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7396A; }

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

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

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

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

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

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

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

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