#D94084

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

Shades of Deep Cerise #D94084

Tints of Deep Cerise #D94084

Color information

#D94084 (or 0xD94084) is unknown color: approx Deep Cerise. HEX triplet: D9, 40 and 84. RGB value is (217,64,132). Sum of RGB (Red+Green+Blue) = 217+64+132=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D94084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94084 is #26BF7B. Grayscale: #757575. Windows color (decimal): -2539388 or 8667353. OLE color: 8667353.

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

Color convert

RGB21764132-
CMYK00.710.390.15
HSL333.33º66.81%55.1%-
HSV(B)333.33º70.51%85.1%-
XYZ34.6120.0823.88-
YUV117.5136.19198.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.54%
GREEN value IS 64 (25.39% from 255) = 15.50%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=52.54%
G=15.50%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176413200.710.390.15333.3366.8155.1
HexD9408404727F14d4337
Octal3311002040107471751510367
Binary110110011000000100001000100011110011111111010011011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94084; }

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

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

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

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

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

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

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

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