#D52E9B

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

Shades of Deep Cerise #D52E9B

Tints of Deep Cerise #D52E9B

Color information

#D52E9B (or 0xD52E9B) is unknown color: approx Deep Cerise. HEX triplet: D5, 2E and 9B. RGB value is (213,46,155). Sum of RGB (Red+Green+Blue) = 213+46+155=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E9B is #2AD164. Grayscale: #6C6C6C. Windows color (decimal): -2806117 or 10170069. OLE color: 10170069.

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

Color convert

RGB21346155-
CMYK00.780.270.16
HSL320.84º66.53%50.78%-
HSV(B)320.84º78.4%83.53%-
XYZ34.3318.4732.77-
YUV108.36154.33202.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.45%
GREEN value IS 46 (18.36% from 255) = 11.11%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=51.45%
G=11.11%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134615500.780.270.16320.8466.5350.78
HexD52E9B04E1B101414333
Octal325562330116332050110363
Binary11010101101110100110110100111011011100001010000011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52E9B; }

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

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

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

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

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

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

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

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