#D43593

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

Shades of Deep Cerise #D43593

Tints of Deep Cerise #D43593

Color information

#D43593 (or 0xD43593) is unknown color: approx Deep Cerise. HEX triplet: D4, 35 and 93. RGB value is (212,53,147). Sum of RGB (Red+Green+Blue) = 212+53+147=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D43593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43593 is #2BCA6C. Grayscale: #6F6F6F. Windows color (decimal): -2869869 or 9647572. OLE color: 9647572.

HSL color Cylindrical-coordinate representation of color #D43593: hue angle of 324.53º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43593 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB21253147-
CMYK00.750.310.17
HSL324.53º64.9%51.96%-
HSV(B)324.53º75%83.14%-
XYZ33.6918.6529.43-
YUV111.26148.18199.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.46%
GREEN value IS 53 (21.09% from 255) = 12.86%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=51.46%
G=12.86%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125314700.750.310.17324.5364.951.96
HexD4359304B1F111454134
Octal324652230113372150510164
Binary11010100110101100100110100101111111100011010001011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43593; }

 p { color: rgb(212,53,147); }

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

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

 a { background-color: rgb(212,53,147); }

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

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

 span { border-color: rgb(212,53,147); }

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