#D9416B

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

Shades of Cerise #D9416B

Tints of Cerise #D9416B

Color information

#D9416B (or 0xD9416B) is unknown color: approx Cerise. HEX triplet: D9, 41 and 6B. RGB value is (217,65,107). Sum of RGB (Red+Green+Blue) = 217+65+107=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9416B is #26BE94. Grayscale: #737373. Windows color (decimal): -2539157 or 7029209. OLE color: 7029209.

HSL color Cylindrical-coordinate representation of color #D9416B: hue angle of 343.42º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9416B is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB21765107-
CMYK00.700.510.15
HSL343.42º66.67%55.29%-
HSV(B)343.42º70.05%85.1%-
XYZ33.1619.5915.94-
YUV115.24123.36200.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.78%
GREEN value IS 65 (25.78% from 255) = 16.71%
BLUE value IS 107 (42.19% from 255) = 27.51%
R=55.78%
G=16.71%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176510700.700.510.15343.4266.6755.29
HexD9416B04633F1574337
Octal3311011530106631752710367
Binary11011001100000111010110100011011001111111010101111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9416B; }

 p { color: rgb(217,65,107); }

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

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

 a { background-color: rgb(217,65,107); }

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

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

 span { border-color: rgb(217,65,107); }

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