#D52C9C

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

Shades of Deep Cerise #D52C9C

Tints of Deep Cerise #D52C9C

Color information

#D52C9C (or 0xD52C9C) is unknown color: approx Deep Cerise. HEX triplet: D5, 2C and 9C. RGB value is (213,44,156). Sum of RGB (Red+Green+Blue) = 213+44+156=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52C9C is #2AD363. Grayscale: #6B6B6B. Windows color (decimal): -2806628 or 10235093. OLE color: 10235093.

HSL color Cylindrical-coordinate representation of color #D52C9C: hue angle of 320.24º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52C9C is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB21344156-
CMYK00.790.270.16
HSL320.24º66.8%50.39%-
HSV(B)320.24º79.34%83.53%-
XYZ34.3418.3533.18-
YUV107.3155.49203.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.57%
GREEN value IS 44 (17.58% from 255) = 10.65%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=51.57%
G=10.65%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134415600.790.270.16320.2466.850.39
HexD52C9C04F1B101404332
Octal325542340117332050010362
Binary11010101101100100111000100111111011100001010000001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52C9C; }

 p { color: rgb(213,44,156); }

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

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

 a { background-color: rgb(213,44,156); }

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

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

 span { border-color: rgb(213,44,156); }

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