#D94360

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

Shades of Cerise #D94360

Tints of Cerise #D94360

Color information

#D94360 (or 0xD94360) is unknown color: approx Cerise. HEX triplet: D9, 43 and 60. RGB value is (217,67,96). Sum of RGB (Red+Green+Blue) = 217+67+96=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D94360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94360 is #26BC9F. Grayscale: #737373. Windows color (decimal): -2538656 or 6308825. OLE color: 6308825.

HSL color Cylindrical-coordinate representation of color #D94360: hue angle of 348.4º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94360 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2176796-
CMYK00.690.560.15
HSL348.4º66.37%55.69%-
HSV(B)348.4º69.12%85.1%-
XYZ32.7319.6113.13-
YUV115.16117.2200.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.11%
GREEN value IS 67 (26.56% from 255) = 17.63%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=57.11%
G=17.63%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217679600.690.560.15348.466.3755.69
HexD9436004538F15c4238
Octal3311031400105701753410270
Binary11011001100001111000000100010111100011111010111001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94360; }

 p { color: rgb(217,67,96); }

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

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

 a { background-color: rgb(217,67,96); }

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

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

 span { border-color: rgb(217,67,96); }

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