#d52d8f

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

Shades of Deep Cerise #D52D8F

Tints of Deep Cerise #D52D8F

Color information

#D52D8F (or 0xD52D8F) is unknown color: approx Deep Cerise. HEX triplet: D5, 2D and 8F. RGB value is (213,45,143). Sum of RGB (Red+Green+Blue) = 213+45+143=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52D8F is #2AD270. Grayscale: #6A6A6A. Windows color (decimal): -2806385 or 9383381. OLE color: 9383381.

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

Color convert

RGB21345143-
CMYK00.790.330.16
HSL325º66.67%50.59%-
HSV(B)325º78.87%83.53%-
XYZ33.3418.0127.71-
YUV106.4148.66204.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.12%
GREEN value IS 45 (17.97% from 255) = 11.22%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=53.12%
G=11.22%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134514300.790.330.1632566.6750.59
HexD52D8F04F21101454333
Octal325552170117412050510363
Binary110101011011011000111101001111100001100001010001011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d52d8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d52d8f; }

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

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

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

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

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

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

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

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