#D94086

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

Shades of Deep Cerise #D94086

Tints of Deep Cerise #D94086

Color information

#D94086 (or 0xD94086) is unknown color: approx Deep Cerise. HEX triplet: D9, 40 and 86. RGB value is (217,64,134). Sum of RGB (Red+Green+Blue) = 217+64+134=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D94086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94086 is #26BF79. Grayscale: #757575. Windows color (decimal): -2539386 or 8798425. OLE color: 8798425.

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

Color convert

RGB21764134-
CMYK00.710.380.15
HSL332.55º66.81%55.1%-
HSV(B)332.55º70.51%85.1%-
XYZ34.7520.1424.61-
YUV117.73137.19198.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.29%
GREEN value IS 64 (25.39% from 255) = 15.42%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=52.29%
G=15.42%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176413400.710.380.15332.5566.8155.1
HexD9408604726F14d4337
Octal3311002060107461751510367
Binary110110011000000100001100100011110011011111010011011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94086; }

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

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

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

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

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

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

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

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