#D54185

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

Shades of Deep Cerise #D54185

Tints of Deep Cerise #D54185

Color information

#D54185 (or 0xD54185) is unknown color: approx Deep Cerise. HEX triplet: D5, 41 and 85. RGB value is (213,65,133). Sum of RGB (Red+Green+Blue) = 213+65+133=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D54185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54185 is #2ABE7A. Grayscale: #747474. Windows color (decimal): -2801275 or 8733141. OLE color: 8733141.

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

Color convert

RGB21365133-
CMYK00.690.380.16
HSL332.43º63.79%54.51%-
HSV(B)332.43º69.48%83.53%-
XYZ33.5619.6224.21-
YUV117137.03196.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.82%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 133 (52.34% from 255) = 32.36%
R=51.82%
G=15.82%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136513300.690.380.16332.4363.7954.51
HexD54185045261014c4037
Octal3251012050105462051410067
Binary1101010110000011000010101000101100110100001010011001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54185; }

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

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

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

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

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

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

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

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