#D94265

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

Shades of Cerise #D94265

Tints of Cerise #D94265

Color information

#D94265 (or 0xD94265) is unknown color: approx Cerise. HEX triplet: D9, 42 and 65. RGB value is (217,66,101). Sum of RGB (Red+Green+Blue) = 217+66+101=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D94265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94265 is #26BD9A. Grayscale: #737373. Windows color (decimal): -2538907 or 6636249. OLE color: 6636249.

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

Color convert

RGB21766101-
CMYK00.700.530.15
HSL346.09º66.52%55.49%-
HSV(B)346.09º69.59%85.1%-
XYZ32.9119.5914.36-
YUV115.14120.03200.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.51%
GREEN value IS 66 (26.17% from 255) = 17.19%
BLUE value IS 101 (39.84% from 255) = 26.30%
R=56.51%
G=17.19%
B=26.30%

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
Decimal2176610100.700.530.15346.0966.5255.49
HexD9426504635F15a4337
Octal3311021450106651753210367
Binary11011001100001011001010100011011010111111010110101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94265; }

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

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

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

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

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

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

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

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