#D94094

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

Shades of Deep Cerise #D94094

Tints of Deep Cerise #D94094

Color information

#D94094 (or 0xD94094) is unknown color: approx Deep Cerise. HEX triplet: D9, 40 and 94. RGB value is (217,64,148). Sum of RGB (Red+Green+Blue) = 217+64+148=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D94094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94094 is #26BF6B. Grayscale: #777777. Windows color (decimal): -2539372 or 9715929. OLE color: 9715929.

HSL color Cylindrical-coordinate representation of color #D94094: hue angle of 327.06º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94094 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB21764148-
CMYK00.710.320.15
HSL327.06º66.81%55.1%-
HSV(B)327.06º70.51%85.1%-
XYZ35.7920.5630.1-
YUV119.32144.19197.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.58%
GREEN value IS 64 (25.39% from 255) = 14.92%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=50.58%
G=14.92%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176414800.710.320.15327.0666.8155.1
HexD9409404720F1474337
Octal3311002240107401750710367
Binary110110011000000100101000100011110000011111010001111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94094; }

 p { color: rgb(217,64,148); }

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

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

 a { background-color: rgb(217,64,148); }

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

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

 span { border-color: rgb(217,64,148); }

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