#d52ba9

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

Shades of Deep Cerise #D52BA9

Tints of Deep Cerise #D52BA9

Color information

#D52BA9 (or 0xD52BA9) is unknown color: approx Deep Cerise. HEX triplet: D5, 2B and A9. RGB value is (213,43,169). Sum of RGB (Red+Green+Blue) = 213+43+169=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52BA9 is #2AD456. Grayscale: #6B6B6B. Windows color (decimal): -2806871 or 11086805. OLE color: 11086805.

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

Color convert

RGB21343169-
CMYK00.800.210.16
HSL315.53º66.93%50.2%-
HSV(B)315.53º79.81%83.53%-
XYZ35.4718.7439.28-
YUV108.19162.32202.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 43 (17.19% from 255) = 10.12%
BLUE value IS 169 (66.41% from 255) = 39.76%
R=50.12%
G=10.12%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134316900.800.210.16315.5366.9350.2
HexD52BA9050151013c4332
Octal325532510120252047410362
Binary11010101101011101010010101000010101100001001111001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d52ba9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d52ba9; }

 p { color: rgb(213,43,169); }

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

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

 a { background-color: rgb(213,43,169); }

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

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

 span { border-color: rgb(213,43,169); }

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