#D94261

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

Shades of Cerise #D94261

Tints of Cerise #D94261

Color information

#D94261 (or 0xD94261) is unknown color: approx Cerise. HEX triplet: D9, 42 and 61. RGB value is (217,66,97). Sum of RGB (Red+Green+Blue) = 217+66+97=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D94261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94261 is #26BD9E. Grayscale: #727272. Windows color (decimal): -2538911 or 6374105. OLE color: 6374105.

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

Color convert

RGB2176697-
CMYK00.700.550.15
HSL347.68º66.52%55.49%-
HSV(B)347.68º69.59%85.1%-
XYZ32.7219.5113.35-
YUV114.68118.03200.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.11%
GREEN value IS 66 (26.17% from 255) = 17.37%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=57.11%
G=17.37%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217669700.700.550.15347.6866.5255.49
HexD9426104637F15c4337
Octal3311021410106671753410367
Binary11011001100001011000010100011011011111111010111001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94261; }

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

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

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

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

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

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

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

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