#D53D6B

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

Shades of Cerise #D53D6B

Tints of Cerise #D53D6B

Color information

#D53D6B (or 0xD53D6B) is unknown color: approx Cerise. HEX triplet: D5, 3D and 6B. RGB value is (213,61,107). Sum of RGB (Red+Green+Blue) = 213+61+107=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D6B is #2AC294. Grayscale: #6F6F6F. Windows color (decimal): -2802325 or 7028181. OLE color: 7028181.

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

Color convert

RGB21361107-
CMYK00.710.500.16
HSL341.84º64.41%53.73%-
HSV(B)341.84º71.36%83.53%-
XYZ31.7618.5515.82-
YUV111.69125.36200.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.91%
GREEN value IS 61 (24.22% from 255) = 16.01%
BLUE value IS 107 (42.19% from 255) = 28.08%
R=55.91%
G=16.01%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136110700.710.500.16341.8464.4153.73
HexD53D6B04732101564036
Octal325751530107622052610066
Binary11010101111101110101101000111110010100001010101101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53D6B; }

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

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

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

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

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

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

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

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