Html Css Color HEX #D43ADD Free Speech Magenta

📋 copy color: '#D43ADD'

red 212 ◦ green 58 ◦ blue 221

#D43ADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #D43ADD

Tints of Free Speech Magenta #D43ADD

RGB

 RED value IS 212 (83.2% 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 value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D43ADD (or 0xD43ADD) is known color: 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

RGB 212 58 221 -
CMYK 0.04 0.74 0 0.13
HSL 296.69º 0.71% 0.55% -
HSV(B) 296.69º 0.74% 0.87% -
XYZ 41.72 22.24 70.5 -
YUV 122.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 212 58 221 0.04 0.74 0 0.13 296.69 0.71 0.55
Hex D4 3A DD 4 4A 0 D 129 47 37
Octal 324 72 335 4 112 0 15 451 107 67
Binary 11010100 111010 11011101 100 1001010 0 1101 100101001 1000111 110111

Color Harmonies of #D43ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43ADD

Black with #D43ADD

Text Example


Text Example

White with #D43ADD

Text Example


Text Example

HTML Codes & Css Web 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>