#D1356E

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

Shades of Cerise #D1356E

Tints of Cerise #D1356E

Color information

#D1356E (or 0xD1356E) is unknown color: approx Cerise. HEX triplet: D1, 35 and 6E. RGB value is (209,53,110). Sum of RGB (Red+Green+Blue) = 209+53+110=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1356E is #2ECA91. Grayscale: #6A6A6A. Windows color (decimal): -3066514 or 7222737. OLE color: 7222737.

HSL color Cylindrical-coordinate representation of color #D1356E: hue angle of 338.08º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1356E is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB20953110-
CMYK00.750.470.18
HSL338.08º62.9%51.37%-
HSV(B)338.08º74.64%81.96%-
XYZ30.3817.2316.48-
YUV106.14130.18201.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.18%
GREEN value IS 53 (21.09% from 255) = 14.25%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=56.18%
G=14.25%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095311000.750.470.18338.0862.951.37
HexD1356E04B2F121523f33
Octal32165156011357225227763
Binary1101000111010111011100100101110111110010101010010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1356E; }

 p { color: rgb(209,53,110); }

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

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

 a { background-color: rgb(209,53,110); }

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

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

 span { border-color: rgb(209,53,110); }

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