Html Css Color HEX #D44DD0 Free Speech Magenta

📋 copy color: '#D44DD0'

red 212 ◦ green 77 ◦ blue 208

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

Shades of Free Speech Magenta #D44DD0

Tints of Free Speech Magenta #D44DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.85%

R = 42.66%
G = 15.49%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D44DD0 (or 0xD44DD0) is known color: Free Speech Magenta. HEX triplet: D4, 4D and D0. RGB value is (212,77,208). Sum of RGB (Red+Green+Blue) = 212+77+208=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DD0 is #2BB22F. Grayscale: #838383. Windows color (decimal): -2863664 or 13651412. OLE color: 13651412.

HSL color Cylindrical-coordinate representation of color #D44DD0: hue angle of 301.78º 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 #D44DD0 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 77 208 -
CMYK 0 0.64 0.02 0.17
HSL 301.78º 0.61% 0.57% -
HSV(B) 301.78º 0.64% 0.83% -
XYZ 41.19 23.86 62.11 -
YUV 132.3 170.73 184.85 -
System Red Green Blue C M Y K H S L
Decimal 212 77 208 0 0.64 0.02 0.17 301.78 0.61 0.57
Hex D4 4D D0 0 40 2 11 12E 3D 39
Octal 324 115 320 0 100 2 21 456 75 71
Binary 11010100 1001101 11010000 0 1000000 10 10001 100101110 111101 111001

Color Harmonies of #D44DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44DD0

Black with #D44DD0

Text Example


Text Example

White with #D44DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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