#d43a7e

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

Shades of Deep Cerise #D43A7E

Tints of Deep Cerise #D43A7E

Color information

#D43A7E (or 0xD43A7E) is unknown color: approx Deep Cerise. HEX triplet: D4, 3A and 7E. RGB value is (212,58,126). Sum of RGB (Red+Green+Blue) = 212+58+126=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43A7E is #2BC581. Grayscale: #6F6F6F. Windows color (decimal): -2868610 or 8272596. OLE color: 8272596.

HSL color Cylindrical-coordinate representation of color #D43A7E: hue angle of 333.51º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43A7E is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB21258126-
CMYK00.730.410.17
HSL333.51º64.17%52.94%-
HSV(B)333.51º72.64%83.14%-
XYZ32.4318.5321.61-
YUV111.8136.02199.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.54%
GREEN value IS 58 (23.05% from 255) = 14.65%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=53.54%
G=14.65%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125812600.730.410.17333.5164.1752.94
HexD43A7E049291114e4035
Octal324721760111512151610065
Binary11010100111010111111001001001101001100011010011101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d43a7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d43a7e; }

 p { color: rgb(212,58,126); }

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

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

 a { background-color: rgb(212,58,126); }

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

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

 span { border-color: rgb(212,58,126); }

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