#d52d73

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

Shades of Cerise #D52D73

Tints of Cerise #D52D73

Color information

#D52D73 (or 0xD52D73) is unknown color: approx Cerise. HEX triplet: D5, 2D and 73. RGB value is (213,45,115). Sum of RGB (Red+Green+Blue) = 213+45+115=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52D73 is #2AD28C. Grayscale: #676767. Windows color (decimal): -2806413 or 7548373. OLE color: 7548373.

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

Color convert

RGB21345115-
CMYK00.790.460.16
HSL335º66.67%50.59%-
HSV(B)335º78.87%83.53%-
XYZ31.4717.2617.89-
YUV103.21134.66206.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.10%
GREEN value IS 45 (17.97% from 255) = 12.06%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=57.10%
G=12.06%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134511500.790.460.1633566.6750.59
HexD52D7304F2E1014f4333
Octal325551630117562051710363
Binary11010101101101111001101001111101110100001010011111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d52d73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d52d73; }

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

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

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

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

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

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

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

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