#D1385D

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

Shades of Cerise #D1385D

Tints of Cerise #D1385D

Color information

#D1385D (or 0xD1385D) is unknown color: approx Cerise. HEX triplet: D1, 38 and 5D. RGB value is (209,56,93). Sum of RGB (Red+Green+Blue) = 209+56+93=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D1385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1385D is #2EC7A2. Grayscale: #696969. Windows color (decimal): -3065763 or 6109393. OLE color: 6109393.

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

Color convert

RGB2095693-
CMYK00.730.560.18
HSL345.49º62.45%51.96%-
HSV(B)345.49º73.21%81.96%-
XYZ29.6817.1712.11-
YUV105.96120.69201.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.38%
GREEN value IS 56 (22.27% from 255) = 15.64%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=58.38%
G=15.64%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209569300.730.560.18345.4962.4551.96
HexD1385D04938121593e34
Octal32170135011170225317664
Binary1101000111100010111010100100111100010010101011001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1385D; }

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

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

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

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

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

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

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

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