#D54191

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

Shades of Deep Cerise #D54191

Tints of Deep Cerise #D54191

Color information

#D54191 (or 0xD54191) is unknown color: approx Deep Cerise. HEX triplet: D5, 41 and 91. RGB value is (213,65,145). Sum of RGB (Red+Green+Blue) = 213+65+145=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D54191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54191 is #2ABE6E. Grayscale: #767676. Windows color (decimal): -2801263 or 9519573. OLE color: 9519573.

HSL color Cylindrical-coordinate representation of color #D54191: hue angle of 327.57º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54191 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21365145-
CMYK00.690.320.16
HSL327.57º63.79%54.51%-
HSV(B)327.57º69.48%83.53%-
XYZ34.4419.9728.83-
YUV118.37143.03195.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.35%
GREEN value IS 65 (25.78% from 255) = 15.37%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=50.35%
G=15.37%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136514500.690.320.16327.5763.7954.51
HexD5419104520101484037
Octal3251012210105402051010067
Binary1101010110000011001000101000101100000100001010010001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54191; }

 p { color: rgb(213,65,145); }

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

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

 a { background-color: rgb(213,65,145); }

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

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

 span { border-color: rgb(213,65,145); }

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