#D94268

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

Shades of Cerise #D94268

Tints of Cerise #D94268

Color information

#D94268 (or 0xD94268) is unknown color: approx Cerise. HEX triplet: D9, 42 and 68. RGB value is (217,66,104). Sum of RGB (Red+Green+Blue) = 217+66+104=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D94268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94268 is #26BD97. Grayscale: #737373. Windows color (decimal): -2538904 or 6832857. OLE color: 6832857.

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

Color convert

RGB21766104-
CMYK00.700.520.15
HSL344.9º66.52%55.49%-
HSV(B)344.9º69.59%85.1%-
XYZ33.0619.6515.15-
YUV115.48121.53200.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.07%
GREEN value IS 66 (26.17% from 255) = 17.05%
BLUE value IS 104 (41.02% from 255) = 26.87%
R=56.07%
G=17.05%
B=26.87%

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
Decimal2176610400.700.520.15344.966.5255.49
HexD9426804634F1594337
Octal3311021500106641753110367
Binary11011001100001011010000100011011010011111010110011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94268; }

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

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

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

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

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

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

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

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