#D93379

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

Shades of Deep Cerise #D93379

Tints of Deep Cerise #D93379

Color information

#D93379 (or 0xD93379) is unknown color: approx Deep Cerise. HEX triplet: D9, 33 and 79. RGB value is (217,51,121). Sum of RGB (Red+Green+Blue) = 217+51+121=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D93379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93379 is #26CC86. Grayscale: #6C6C6C. Windows color (decimal): -2542727 or 7943129. OLE color: 7943129.

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

Color convert

RGB21751121-
CMYK00.760.440.15
HSL334.7º68.6%52.55%-
HSV(B)334.7º76.5%85.1%-
XYZ33.2518.519.91-
YUV108.61135205.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.78%
GREEN value IS 51 (20.31% from 255) = 13.11%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=55.78%
G=13.11%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175112100.760.440.15334.768.652.55
HexD9337904C2CF14f4535
Octal331631710114541751710565
Binary1101100111001111110010100110010110011111010011111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93379; }

 p { color: rgb(217,51,121); }

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

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

 a { background-color: rgb(217,51,121); }

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

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

 span { border-color: rgb(217,51,121); }

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