#d93279

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

Shades of Deep Cerise #D93279

Tints of Deep Cerise #D93279

Color information

#D93279 (or 0xD93279) is unknown color: approx Deep Cerise. HEX triplet: D9, 32 and 79. RGB value is (217,50,121). Sum of RGB (Red+Green+Blue) = 217+50+121=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D93279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93279 is #26CD86. Grayscale: #6B6B6B. Windows color (decimal): -2542983 or 7942873. OLE color: 7942873.

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

Color convert

RGB21750121-
CMYK00.770.440.15
HSL334.49º68.72%52.35%-
HSV(B)334.49º76.96%85.1%-
XYZ33.2118.4119.89-
YUV108.03135.33205.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.93%
GREEN value IS 50 (19.92% from 255) = 12.89%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=55.93%
G=12.89%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175012100.770.440.15334.4968.7252.35
HexD9327904D2CF14e4534
Octal331621710115541751610564
Binary1101100111001011110010100110110110011111010011101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d93279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d93279; }

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

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

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

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

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

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

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

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