#D53369

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

Shades of Cerise #D53369

Tints of Cerise #D53369

Color information

#D53369 (or 0xD53369) is unknown color: approx Cerise. HEX triplet: D5, 33 and 69. RGB value is (213,51,105). Sum of RGB (Red+Green+Blue) = 213+51+105=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D53369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53369 is #2ACC96. Grayscale: #696969. Windows color (decimal): -2804887 or 6894549. OLE color: 6894549.

HSL color Cylindrical-coordinate representation of color #D53369: hue angle of 340º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53369 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB21351105-
CMYK00.760.510.16
HSL340º65.85%51.76%-
HSV(B)340º76.06%83.53%-
XYZ31.1717.5315.11-
YUV105.59127.67204.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.72%
GREEN value IS 51 (20.31% from 255) = 13.82%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=57.72%
G=13.82%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135110500.760.510.1634065.8551.76
HexD5336904C33101544234
Octal325631510114632052410264
Binary11010101110011110100101001100110011100001010101001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53369; }

 p { color: rgb(213,51,105); }

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

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

 a { background-color: rgb(213,51,105); }

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

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

 span { border-color: rgb(213,51,105); }

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