#D52E68

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

Shades of Cerise #D52E68

Tints of Cerise #D52E68

Color information

#D52E68 (or 0xD52E68) is unknown color: approx Cerise. HEX triplet: D5, 2E and 68. RGB value is (213,46,104). Sum of RGB (Red+Green+Blue) = 213+46+104=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E68 is #2AD197. Grayscale: #666666. Windows color (decimal): -2806168 or 6827733. OLE color: 6827733.

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

Color convert

RGB21346104-
CMYK00.780.510.16
HSL339.16º66.53%50.78%-
HSV(B)339.16º78.4%83.53%-
XYZ30.9217.114.77-
YUV102.54128.83206.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.68%
GREEN value IS 46 (18.36% from 255) = 12.67%
BLUE value IS 104 (41.02% from 255) = 28.65%
R=58.68%
G=12.67%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134610400.780.510.16339.1666.5350.78
HexD52E6804E33101534333
Octal325561500116632052310363
Binary11010101101110110100001001110110011100001010100111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52E68; }

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

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

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

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

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

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

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

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