#D52B8F

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

Shades of Deep Cerise #D52B8F

Tints of Deep Cerise #D52B8F

Color information

#D52B8F (or 0xD52B8F) is unknown color: approx Deep Cerise. HEX triplet: D5, 2B and 8F. RGB value is (213,43,143). Sum of RGB (Red+Green+Blue) = 213+43+143=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52B8F is #2AD470. Grayscale: #696969. Windows color (decimal): -2806897 or 9382869. OLE color: 9382869.

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

Color convert

RGB21343143-
CMYK00.800.330.16
HSL324.71º66.93%50.2%-
HSV(B)324.71º79.81%83.53%-
XYZ33.2617.8627.68-
YUV105.23149.32204.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.38%
GREEN value IS 43 (17.19% from 255) = 10.78%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=53.38%
G=10.78%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134314300.800.330.16324.7166.9350.2
HexD52B8F05021101454332
Octal325532170120412050510362
Binary110101011010111000111101010000100001100001010001011000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52B8F; }

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

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

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

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

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

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

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

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