#D94093

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

Shades of Deep Cerise #D94093

Tints of Deep Cerise #D94093

Color information

#D94093 (or 0xD94093) is unknown color: approx Deep Cerise. HEX triplet: D9, 40 and 93. RGB value is (217,64,147). Sum of RGB (Red+Green+Blue) = 217+64+147=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D94093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94093 is #26BF6C. Grayscale: #777777. Windows color (decimal): -2539373 or 9650393. OLE color: 9650393.

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

Color convert

RGB21764147-
CMYK00.710.320.15
HSL327.45º66.81%55.1%-
HSV(B)327.45º70.51%85.1%-
XYZ35.7220.5329.68-
YUV119.21143.69197.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.70%
GREEN value IS 64 (25.39% from 255) = 14.95%
BLUE value IS 147 (57.81% from 255) = 34.35%
R=50.70%
G=14.95%
B=34.35%

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
Decimal2176414700.710.320.15327.4566.8155.1
HexD9409304720F1474337
Octal3311002230107401750710367
Binary110110011000000100100110100011110000011111010001111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94093; }

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

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

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

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

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

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

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

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