#D5379E

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

Shades of Deep Cerise #D5379E

Tints of Deep Cerise #D5379E

Color information

#D5379E (or 0xD5379E) is unknown color: approx Deep Cerise. HEX triplet: D5, 37 and 9E. RGB value is (213,55,158). Sum of RGB (Red+Green+Blue) = 213+55+158=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5379E is #2AC861. Grayscale: #717171. Windows color (decimal): -2803810 or 10368981. OLE color: 10368981.

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

Color convert

RGB21355158-
CMYK00.740.260.16
HSL320.89º65.29%52.55%-
HSV(B)320.89º74.18%83.53%-
XYZ34.9819.3534.24-
YUV113.98152.85198.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 12.91%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=50%
G=12.91%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135515800.740.260.16320.8965.2952.55
HexD5379E04A1A101414135
Octal325672360112322050110165
Binary11010101110111100111100100101011010100001010000011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5379E; }

 p { color: rgb(213,55,158); }

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

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

 a { background-color: rgb(213,55,158); }

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

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

 span { border-color: rgb(213,55,158); }

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