#D1375D

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

Shades of Cerise #D1375D

Tints of Cerise #D1375D

Color information

#D1375D (or 0xD1375D) is unknown color: approx Cerise. HEX triplet: D1, 37 and 5D. RGB value is (209,55,93). Sum of RGB (Red+Green+Blue) = 209+55+93=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1375D is #2EC8A2. Grayscale: #696969. Windows color (decimal): -3066019 or 6109137. OLE color: 6109137.

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

Color convert

RGB2095593-
CMYK00.740.560.18
HSL345.19º62.6%51.76%-
HSV(B)345.19º73.68%81.96%-
XYZ29.6417.0812.09-
YUV105.38121.02201.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.54%
GREEN value IS 55 (21.88% from 255) = 15.41%
BLUE value IS 93 (36.72% from 255) = 26.05%
R=58.54%
G=15.41%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209559300.740.560.18345.1962.651.76
HexD1375D04A38121593f34
Octal32167135011270225317764
Binary1101000111011110111010100101011100010010101011001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1375D; }

 p { color: rgb(209,55,93); }

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

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

 a { background-color: rgb(209,55,93); }

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

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

 span { border-color: rgb(209,55,93); }

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