Html Css Color HEX #D44AD9 Free Speech Magenta

📋 copy color: '#D44AD9'

red 212 ◦ green 74 ◦ blue 217

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

Shades of Free Speech Magenta #D44AD9

Tints of Free Speech Magenta #D44AD9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.71%

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

R = 42.15%
G = 14.71%
B = 43.14%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D44AD9 (or 0xD44AD9) is known color: Free Speech Magenta. HEX triplet: D4, 4A and D9. RGB value is (212,74,217). Sum of RGB (Red+Green+Blue) = 212+74+217=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #D44AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44AD9 is #2BB526. Grayscale: #838383. Windows color (decimal): -2864423 or 14240468. OLE color: 14240468.

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

Color convert

RGB 212 74 217 -
CMYK 0.02 0.66 0 0.15
HSL 297.9º 0.65% 0.57% -
HSV(B) 297.9º 0.66% 0.85% -
XYZ 42.12 23.9 68.04 -
YUV 131.56 176.22 185.37 -
System Red Green Blue C M Y K H S L
Decimal 212 74 217 0.02 0.66 0 0.15 297.9 0.65 0.57
Hex D4 4A D9 2 42 0 F 12A 41 39
Octal 324 112 331 2 102 0 17 452 101 71
Binary 11010100 1001010 11011001 10 1000010 0 1111 100101010 1000001 111001

Color Harmonies of #D44AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44AD9

Black with #D44AD9

Text Example


Text Example

White with #D44AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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