#D7377B

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

Shades of Deep Cerise #D7377B

Tints of Deep Cerise #D7377B

Color information

#D7377B (or 0xD7377B) is unknown color: approx Deep Cerise. HEX triplet: D7, 37 and 7B. RGB value is (215,55,123). Sum of RGB (Red+Green+Blue) = 215+55+123=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7377B is #28C884. Grayscale: #6E6E6E. Windows color (decimal): -2672773 or 8075223. OLE color: 8075223.

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

Color convert

RGB21555123-
CMYK00.740.430.16
HSL334.5º66.67%52.94%-
HSV(B)334.5º74.42%84.31%-
XYZ32.9718.6120.59-
YUV110.59135.01202.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.71%
GREEN value IS 55 (21.88% from 255) = 13.99%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=54.71%
G=13.99%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155512300.740.430.16334.566.6752.94
HexD7377B04A2B1014e4335
Octal327671730112532051610365
Binary11010111110111111101101001010101011100001010011101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7377B; }

 p { color: rgb(215,55,123); }

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

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

 a { background-color: rgb(215,55,123); }

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

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

 span { border-color: rgb(215,55,123); }

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