Html Css Color HEX #D443D9 Free Speech Magenta

📋 copy color: '#D443D9'

red 212 ◦ green 67 ◦ blue 217

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

Shades of Free Speech Magenta #D443D9

Tints of Free Speech Magenta #D443D9

RGB

 RED value IS 212 (83.2% from 255) = 42.74%

 GREEN value IS 67 (26.56% from 255) = 13.51%

 BLUE value IS 217 (85.16% from 255) = 43.75%

R = 42.74%
G = 13.51%
B = 43.75%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D443D9 (or 0xD443D9) is known color: Free Speech Magenta. HEX triplet: D4, 43 and D9. RGB value is (212,67,217). Sum of RGB (Red+Green+Blue) = 212+67+217=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 67 (26.56% from 255 or 13.51% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #D443D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443D9 is #2BBC26. Grayscale: #7F7F7F. Windows color (decimal): -2866215 or 14238676. OLE color: 14238676.

HSL color Cylindrical-coordinate representation of color #D443D9: hue angle of 298º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D443D9 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 67 217 -
CMYK 0.02 0.69 0 0.15
HSL 298º 0.66% 0.56% -
HSV(B) 298º 0.69% 0.85% -
XYZ 41.68 23.02 67.89 -
YUV 127.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 212 67 217 0.02 0.69 0 0.15 298 0.66 0.56
Hex D4 43 D9 2 45 0 F 12A 42 38
Octal 324 103 331 2 105 0 17 452 102 70
Binary 11010100 1000011 11011001 10 1000101 0 1111 100101010 1000010 111000

Color Harmonies of #D443D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D443D9

Black with #D443D9

Text Example


Text Example

White with #D443D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D443D9; }

 p { color: rgb(212,67,217); }

 H1.HeaderClassName
 {
   color: #D443D9;
 }
 .AnyTagClassName
 {
   color: #D443D9;
 }
</style>

background-color css

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

 a { background-color: rgb(212,67,217); }

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

border-color css

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

 span { border-color: rgb(212,67,217); }

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