#D53D6E

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

Shades of Cerise #D53D6E

Tints of Cerise #D53D6E

Color information

#D53D6E (or 0xD53D6E) is unknown color: approx Cerise. HEX triplet: D5, 3D and 6E. RGB value is (213,61,110). Sum of RGB (Red+Green+Blue) = 213+61+110=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D6E is #2AC291. Grayscale: #6F6F6F. Windows color (decimal): -2802322 or 7224789. OLE color: 7224789.

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

Color convert

RGB21361110-
CMYK00.710.480.16
HSL340.66º64.41%53.73%-
HSV(B)340.66º71.36%83.53%-
XYZ31.9218.6116.66-
YUV112.03126.86200.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.47%
GREEN value IS 61 (24.22% from 255) = 15.89%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=55.47%
G=15.89%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136111000.710.480.16340.6664.4153.73
HexD53D6E04730101554036
Octal325751560107602052510066
Binary11010101111101110111001000111110000100001010101011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53D6E; }

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

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

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

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

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

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

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

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