#D43ADD

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

Shades of Free Speech Magenta #D43ADD

Tints of Free Speech Magenta #D43ADD

Color information

#D43ADD (or 0xD43ADD) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 3A and DD. RGB value is (212,58,221). Sum of RGB (Red+Green+Blue) = 212+58+221=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #D43ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43ADD is #2BC522. Grayscale: #7A7A7A. Windows color (decimal): -2868515 or 14498516. OLE color: 14498516.

HSL color Cylindrical-coordinate representation of color #D43ADD: hue angle of 296.69º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43ADD is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21258221-
CMYK0.040.7400.13
HSL296.69º70.56%54.71%-
HSV(B)296.69º73.76%86.67%-
XYZ41.7222.2470.5-
YUV122.63183.52191.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 58 (23.05% from 255) = 11.81%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=43.18%
G=11.81%
B=45.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212582210.040.7400.13296.6970.5654.71
HexD43ADD44A0D1294737
Octal32472335411201545110767
Binary11010100111010110111011001001010011011001010011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43ADD; }

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

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

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

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

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

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

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

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