#D52F62

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

Shades of Cerise #D52F62

Tints of Cerise #D52F62

Color information

#D52F62 (or 0xD52F62) is unknown color: approx Cerise. HEX triplet: D5, 2F and 62. RGB value is (213,47,98). Sum of RGB (Red+Green+Blue) = 213+47+98=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F62 is #2AD09D. Grayscale: #666666. Windows color (decimal): -2805918 or 6434773. OLE color: 6434773.

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

Color convert

RGB2134798-
CMYK00.780.540.16
HSL341.57º66.4%50.98%-
HSV(B)341.57º77.93%83.53%-
XYZ30.6617.0613.23-
YUV102.45125.5206.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.50%
GREEN value IS 47 (18.75% from 255) = 13.13%
BLUE value IS 98 (38.67% from 255) = 27.37%
R=59.50%
G=13.13%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213479800.780.540.16341.5766.450.98
HexD52F6204E36101564233
Octal325571420116662052610263
Binary11010101101111110001001001110110110100001010101101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52F62; }

 p { color: rgb(213,47,98); }

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

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

 a { background-color: rgb(213,47,98); }

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

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

 span { border-color: rgb(213,47,98); }

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