Html Css Color HEX #D44DD3 Free Speech Magenta

📋 copy color: '#D44DD3'

red 212 ◦ green 77 ◦ blue 211

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

Shades of Free Speech Magenta #D44DD3

Tints of Free Speech Magenta #D44DD3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.4%

 BLUE value IS 211 (82.81% from 255) = 42.2%

R = 42.4%
G = 15.4%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#D44DD3 (or 0xD44DD3) is known color: Free Speech Magenta. HEX triplet: D4, 4D and D3. RGB value is (212,77,211). Sum of RGB (Red+Green+Blue) = 212+77+211=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DD3 is #2BB22C. Grayscale: #848484. Windows color (decimal): -2863661 or 13848020. OLE color: 13848020.

HSL color Cylindrical-coordinate representation of color #D44DD3: hue angle of 300.44º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44DD3 is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 77 211 -
CMYK 0 0.64 0.00 0.17
HSL 300.44º 0.61% 0.57% -
HSV(B) 300.44º 0.64% 0.83% -
XYZ 41.56 24.01 64.07 -
YUV 132.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 212 77 211 0 0.64 0.00 0.17 300.44 0.61 0.57
Hex D4 4D D3 0 40 0 11 12C 3D 39
Octal 324 115 323 0 100 0 21 454 75 71
Binary 11010100 1001101 11010011 0 1000000 0 10001 100101100 111101 111001

Color Harmonies of #D44DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44DD3

Black with #D44DD3

Text Example


Text Example

White with #D44DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44DD3; }

 p { color: rgb(212,77,211); }

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

background-color css

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

 a { background-color: rgb(212,77,211); }

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

border-color css

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

 span { border-color: rgb(212,77,211); }

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