#D9385E

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

Shades of Cerise #D9385E

Tints of Cerise #D9385E

Color information

#D9385E (or 0xD9385E) is unknown color: approx Cerise. HEX triplet: D9, 38 and 5E. RGB value is (217,56,94). Sum of RGB (Red+Green+Blue) = 217+56+94=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D9385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9385E is #26C7A1. Grayscale: #6C6C6C. Windows color (decimal): -2541474 or 6174937. OLE color: 6174937.

HSL color Cylindrical-coordinate representation of color #D9385E: hue angle of 345.84º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9385E is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB2175694-
CMYK00.740.570.15
HSL345.84º67.93%53.53%-
HSV(B)345.84º74.19%85.1%-
XYZ32.0518.3912.45-
YUV108.47119.84205.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.13%
GREEN value IS 56 (22.27% from 255) = 15.26%
BLUE value IS 94 (37.11% from 255) = 25.61%
R=59.13%
G=15.26%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217569400.740.570.15345.8467.9353.53
HexD9385E04A39F15a4436
Octal331701360112711753210466
Binary1101100111100010111100100101011100111111010110101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9385E; }

 p { color: rgb(217,56,94); }

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

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

 a { background-color: rgb(217,56,94); }

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

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

 span { border-color: rgb(217,56,94); }

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