#D94484

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

Shades of Deep Cerise #D94484

Tints of Deep Cerise #D94484

Color information

#D94484 (or 0xD94484) is unknown color: approx Deep Cerise. HEX triplet: D9, 44 and 84. RGB value is (217,68,132). Sum of RGB (Red+Green+Blue) = 217+68+132=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D94484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94484 is #26BB7B. Grayscale: #777777. Windows color (decimal): -2538364 or 8668377. OLE color: 8668377.

HSL color Cylindrical-coordinate representation of color #D94484: hue angle of 334.23º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94484 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB21768132-
CMYK00.690.390.15
HSL334.23º66.22%55.88%-
HSV(B)334.23º68.66%85.1%-
XYZ34.8520.5523.96-
YUV119.85134.86197.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.04%
GREEN value IS 68 (26.95% from 255) = 16.31%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=52.04%
G=16.31%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176813200.690.390.15334.2366.2255.88
HexD9448404527F14e4238
Octal3311042040105471751610270
Binary110110011000100100001000100010110011111111010011101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94484; }

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

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

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

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

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

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

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

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