#D93A7A

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

Shades of Deep Cerise #D93A7A

Tints of Deep Cerise #D93A7A

Color information

#D93A7A (or 0xD93A7A) is unknown color: approx Deep Cerise. HEX triplet: D9, 3A and 7A. RGB value is (217,58,122). Sum of RGB (Red+Green+Blue) = 217+58+122=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93A7A is #26C585. Grayscale: #707070. Windows color (decimal): -2540934 or 8010457. OLE color: 8010457.

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

Color convert

RGB21758122-
CMYK00.730.440.15
HSL335.85º67.66%53.92%-
HSV(B)335.85º73.27%85.1%-
XYZ33.6419.1820.34-
YUV112.84133.18202.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.66%
GREEN value IS 58 (23.05% from 255) = 14.61%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=54.66%
G=14.61%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175812200.730.440.15335.8567.6653.92
HexD93A7A0492CF1504436
Octal331721720111541752010466
Binary1101100111101011110100100100110110011111010100001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93A7A; }

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

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

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

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

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

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

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

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