#D93A9A

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

Shades of Deep Cerise #D93A9A

Tints of Deep Cerise #D93A9A

Color information

#D93A9A (or 0xD93A9A) is unknown color: approx Deep Cerise. HEX triplet: D9, 3A and 9A. RGB value is (217,58,154). Sum of RGB (Red+Green+Blue) = 217+58+154=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93A9A is #26C565. Grayscale: #747474. Windows color (decimal): -2540902 or 10107609. OLE color: 10107609.

HSL color Cylindrical-coordinate representation of color #D93A9A: hue angle of 323.77º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93A9A is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB21758154-
CMYK00.730.290.15
HSL323.77º67.66%53.92%-
HSV(B)323.77º73.27%85.1%-
XYZ35.9620.1132.56-
YUV116.48149.18199.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.58%
GREEN value IS 58 (23.05% from 255) = 13.52%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=50.58%
G=13.52%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175815400.730.290.15323.7767.6653.92
HexD93A9A0491DF1444436
Octal331722320111351750410466
Binary1101100111101010011010010010011110111111010001001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93A9A; }

 p { color: rgb(217,58,154); }

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

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

 a { background-color: rgb(217,58,154); }

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

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

 span { border-color: rgb(217,58,154); }

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