#D93299

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

Shades of Deep Cerise #D93299

Tints of Deep Cerise #D93299

Color information

#D93299 (or 0xD93299) is unknown color: approx Deep Cerise. HEX triplet: D9, 32 and 99. RGB value is (217,50,153). Sum of RGB (Red+Green+Blue) = 217+50+153=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D93299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93299 is #26CD66. Grayscale: #6F6F6F. Windows color (decimal): -2542951 or 10040025. OLE color: 10040025.

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

Color convert

RGB21750153-
CMYK00.770.290.15
HSL322.99º68.72%52.35%-
HSV(B)322.99º76.96%85.1%-
XYZ35.5119.3332-
YUV111.67151.33203.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.67%
GREEN value IS 50 (19.92% from 255) = 11.90%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=51.67%
G=11.90%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175015300.770.290.15322.9968.7252.35
HexD9329904D1DF1434534
Octal331622310115351750310564
Binary1101100111001010011001010011011110111111010000111000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93299; }

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

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

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

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

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

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

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

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