#D43FD5

Color #D43FD5 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D43FD5

Tints of Free Speech Magenta #D43FD5

Color information

#D43FD5 (or 0xD43FD5) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 3F and D5. RGB value is (212,63,213). Sum of RGB (Red+Green+Blue) = 212+63+213=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #D43FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43FD5 is #2BC02A. Grayscale: #7C7C7C. Windows color (decimal): -2867243 or 13975508. OLE color: 13975508.

HSL color Cylindrical-coordinate representation of color #D43FD5: hue angle of 299.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43FD5 is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21263213-
CMYK0.000.7000.16
HSL299.6º64.1%54.12%-
HSV(B)299.6º70.42%83.53%-
XYZ40.9422.3665.11-
YUV124.65177.86190.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 63 (25% from 255) = 12.91%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=43.44%
G=12.91%
B=43.65%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212632130.000.7000.16299.664.154.12
HexD43FD504601012c4036
Octal32477325010602045410066
Binary1101010011111111010101010001100100001001011001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43FD5; }

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

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

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

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

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

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

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

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