#D52E9A

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

Shades of Deep Cerise #D52E9A

Tints of Deep Cerise #D52E9A

Color information

#D52E9A (or 0xD52E9A) is unknown color: approx Deep Cerise. HEX triplet: D5, 2E and 9A. RGB value is (213,46,154). Sum of RGB (Red+Green+Blue) = 213+46+154=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E9A is #2AD165. Grayscale: #6B6B6B. Windows color (decimal): -2806118 or 10104533. OLE color: 10104533.

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

Color convert

RGB21346154-
CMYK00.780.280.16
HSL321.2º66.53%50.78%-
HSV(B)321.2º78.4%83.53%-
XYZ34.2518.4332.32-
YUV108.24153.83202.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.57%
GREEN value IS 46 (18.36% from 255) = 11.14%
BLUE value IS 154 (60.55% from 255) = 37.29%
R=51.57%
G=11.14%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134615400.780.280.16321.266.5350.78
HexD52E9A04E1C101414333
Octal325562320116342050110363
Binary11010101101110100110100100111011100100001010000011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52E9A; }

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

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

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

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

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

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

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

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