#D43F84

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

Shades of Deep Cerise #D43F84

Tints of Deep Cerise #D43F84

Color information

#D43F84 (or 0xD43F84) is unknown color: approx Deep Cerise. HEX triplet: D4, 3F and 84. RGB value is (212,63,132). Sum of RGB (Red+Green+Blue) = 212+63+132=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43F84 is #2BC07B. Grayscale: #737373. Windows color (decimal): -2867324 or 8667092. OLE color: 8667092.

HSL color Cylindrical-coordinate representation of color #D43F84: hue angle of 332.21º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43F84 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB21263132-
CMYK00.700.380.17
HSL332.21º63.4%53.92%-
HSV(B)332.21º70.28%83.14%-
XYZ33.0919.2223.8-
YUV115.42137.36196.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.09%
GREEN value IS 63 (25% from 255) = 15.48%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=52.09%
G=15.48%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126313200.700.380.17332.2163.453.92
HexD43F84046261114c3f36
Octal32477204010646215147766
Binary11010100111111100001000100011010011010001101001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43F84; }

 p { color: rgb(212,63,132); }

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

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

 a { background-color: rgb(212,63,132); }

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

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

 span { border-color: rgb(212,63,132); }

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