#D94168

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

Shades of Cerise #D94168

Tints of Cerise #D94168

Color information

#D94168 (or 0xD94168) is unknown color: approx Cerise. HEX triplet: D9, 41 and 68. RGB value is (217,65,104). Sum of RGB (Red+Green+Blue) = 217+65+104=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D94168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94168 is #26BE97. Grayscale: #727272. Windows color (decimal): -2539160 or 6832601. OLE color: 6832601.

HSL color Cylindrical-coordinate representation of color #D94168: hue angle of 344.61º 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 #D94168 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB21765104-
CMYK00.700.520.15
HSL344.61º66.67%55.29%-
HSV(B)344.61º70.05%85.1%-
XYZ3319.5315.13-
YUV114.89121.86200.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.22%
GREEN value IS 65 (25.78% from 255) = 16.84%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=56.22%
G=16.84%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176510400.700.520.15344.6166.6755.29
HexD9416804634F1594337
Octal3311011500106641753110367
Binary11011001100000111010000100011011010011111010110011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94168; }

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

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

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

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

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

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

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

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