#D94266

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

Shades of Cerise #D94266

Tints of Cerise #D94266

Color information

#D94266 (or 0xD94266) is unknown color: approx Cerise. HEX triplet: D9, 42 and 66. RGB value is (217,66,102). Sum of RGB (Red+Green+Blue) = 217+66+102=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D94266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94266 is #26BD99. Grayscale: #737373. Windows color (decimal): -2538906 or 6701785. OLE color: 6701785.

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

Color convert

RGB21766102-
CMYK00.700.530.15
HSL345.7º66.52%55.49%-
HSV(B)345.7º69.59%85.1%-
XYZ32.9619.6114.62-
YUV115.25120.53200.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.36%
GREEN value IS 66 (26.17% from 255) = 17.14%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=56.36%
G=17.14%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176610200.700.530.15345.766.5255.49
HexD9426604635F15a4337
Octal3311021460106651753210367
Binary11011001100001011001100100011011010111111010110101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94266; }

 p { color: rgb(217,66,102); }

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

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

 a { background-color: rgb(217,66,102); }

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

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

 span { border-color: rgb(217,66,102); }

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