#D7379C

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

Shades of Deep Cerise #D7379C

Tints of Deep Cerise #D7379C

Color information

#D7379C (or 0xD7379C) is unknown color: approx Deep Cerise. HEX triplet: D7, 37 and 9C. RGB value is (215,55,156). Sum of RGB (Red+Green+Blue) = 215+55+156=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7379C is #28C863. Grayscale: #727272. Windows color (decimal): -2672740 or 10237911. OLE color: 10237911.

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

Color convert

RGB21555156-
CMYK00.740.270.16
HSL322.12º66.67%52.94%-
HSV(B)322.12º74.42%84.31%-
XYZ35.3919.5833.37-
YUV114.35151.51199.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.47%
GREEN value IS 55 (21.88% from 255) = 12.91%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=50.47%
G=12.91%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155515600.740.270.16322.1266.6752.94
HexD7379C04A1B101424335
Octal327672340112332050210365
Binary11010111110111100111000100101011011100001010000101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7379C; }

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

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

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

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

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

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

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

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