#D52074

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

Shades of Deep Cerise #D52074

Tints of Deep Cerise #D52074

Color information

#D52074 (or 0xD52074) is unknown color: approx Deep Cerise. HEX triplet: D5, 20 and 74. RGB value is (213,32,116). Sum of RGB (Red+Green+Blue) = 213+32+116=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D52074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52074 is #2ADF8B. Grayscale: #5F5F5F. Windows color (decimal): -2809740 or 7610581. OLE color: 7610581.

HSL color Cylindrical-coordinate representation of color #D52074: hue angle of 332.15º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52074 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB21332116-
CMYK00.850.460.16
HSL332.15º73.88%48.04%-
HSV(B)332.15º84.98%83.53%-
XYZ31.1116.4418.06-
YUV95.7139.47211.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.00%
GREEN value IS 32 (12.89% from 255) = 8.86%
BLUE value IS 116 (45.70% from 255) = 32.13%
R=59.00%
G=8.86%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133211600.850.460.16332.1573.8848.04
HexD520740552E1014c4a30
Octal325401640125562051411260
Binary11010101100000111010001010101101110100001010011001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52074; }

 p { color: rgb(213,32,116); }

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

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

 a { background-color: rgb(213,32,116); }

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

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

 span { border-color: rgb(213,32,116); }

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