#D52E8F

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

Shades of Deep Cerise #D52E8F

Tints of Deep Cerise #D52E8F

Color information

#D52E8F (or 0xD52E8F) is unknown color: approx Deep Cerise. HEX triplet: D5, 2E and 8F. RGB value is (213,46,143). Sum of RGB (Red+Green+Blue) = 213+46+143=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E8F is #2AD170. Grayscale: #6A6A6A. Windows color (decimal): -2806129 or 9383637. OLE color: 9383637.

HSL color Cylindrical-coordinate representation of color #D52E8F: hue angle of 325.15º degrees, saturation: 0.67, 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 #D52E8F is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB21346143-
CMYK00.780.330.16
HSL325.15º66.53%50.78%-
HSV(B)325.15º78.4%83.53%-
XYZ33.3818.0827.72-
YUV106.99148.33203.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.99%
GREEN value IS 46 (18.36% from 255) = 11.44%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=52.99%
G=11.44%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134614300.780.330.16325.1566.5350.78
HexD52E8F04E21101454333
Octal325562170116412050510363
Binary110101011011101000111101001110100001100001010001011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52E8F; }

 p { color: rgb(213,46,143); }

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

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

 a { background-color: rgb(213,46,143); }

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

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

 span { border-color: rgb(213,46,143); }

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