#D53D6C

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

Shades of Cerise #D53D6C

Tints of Cerise #D53D6C

Color information

#D53D6C (or 0xD53D6C) is unknown color: approx Cerise. HEX triplet: D5, 3D and 6C. RGB value is (213,61,108). Sum of RGB (Red+Green+Blue) = 213+61+108=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D6C is #2AC293. Grayscale: #6F6F6F. Windows color (decimal): -2802324 or 7093717. OLE color: 7093717.

HSL color Cylindrical-coordinate representation of color #D53D6C: hue angle of 341.45º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53D6C is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB21361108-
CMYK00.710.490.16
HSL341.45º64.41%53.73%-
HSV(B)341.45º71.36%83.53%-
XYZ31.8218.5716.09-
YUV111.81125.86200.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.76%
GREEN value IS 61 (24.22% from 255) = 15.97%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=55.76%
G=15.97%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136110800.710.490.16341.4564.4153.73
HexD53D6C04731101554036
Octal325751540107612052510066
Binary11010101111101110110001000111110001100001010101011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53D6C; }

 p { color: rgb(213,61,108); }

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

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

 a { background-color: rgb(213,61,108); }

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

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

 span { border-color: rgb(213,61,108); }

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