#d52c62

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

Shades of Cerise #D52C62

Tints of Cerise #D52C62

Color information

#D52C62 (or 0xD52C62) is unknown color: approx Cerise. HEX triplet: D5, 2C and 62. RGB value is (213,44,98). Sum of RGB (Red+Green+Blue) = 213+44+98=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52C62 is #2AD39D. Grayscale: #646464. Windows color (decimal): -2806686 or 6434005. OLE color: 6434005.

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

Color convert

RGB2134498-
CMYK00.790.540.16
HSL340.83º66.8%50.39%-
HSV(B)340.83º79.34%83.53%-
XYZ30.5516.8313.19-
YUV100.69126.49208.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60%
GREEN value IS 44 (17.58% from 255) = 12.39%
BLUE value IS 98 (38.67% from 255) = 27.61%
R=60%
G=12.39%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213449800.790.540.16340.8366.850.39
HexD52C6204F36101554332
Octal325541420117662052510362
Binary11010101101100110001001001111110110100001010101011000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d52c62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d52c62; }

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

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

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

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

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

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

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

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