#D52173

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

Shades of Deep Cerise #D52173

Tints of Deep Cerise #D52173

Color information

#D52173 (or 0xD52173) is unknown color: approx Deep Cerise. HEX triplet: D5, 21 and 73. RGB value is (213,33,115). Sum of RGB (Red+Green+Blue) = 213+33+115=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D52173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52173 is #2ADE8C. Grayscale: #606060. Windows color (decimal): -2809485 or 7545301. OLE color: 7545301.

HSL color Cylindrical-coordinate representation of color #D52173: hue angle of 332.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52173 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB21333115-
CMYK00.850.460.16
HSL332.67º73.17%48.24%-
HSV(B)332.67º84.51%83.53%-
XYZ31.0816.4717.76-
YUV96.17138.63211.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.00%
GREEN value IS 33 (13.28% from 255) = 9.14%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=59.00%
G=9.14%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133311500.850.460.16332.6773.1748.24
HexD521730552E1014d4930
Octal325411630125562051511160
Binary11010101100001111001101010101101110100001010011011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52173; }

 p { color: rgb(213,33,115); }

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

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

 a { background-color: rgb(213,33,115); }

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

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

 span { border-color: rgb(213,33,115); }

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