#D44DDC

Color #D44DDC Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D44DDC

Tints of Free Speech Magenta #D44DDC

Color information

#D44DDC (or 0xD44DDC) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 4D and DC. RGB value is (212,77,220). Sum of RGB (Red+Green+Blue) = 212+77+220=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #D44DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DDC is #2BB223. Grayscale: #858585. Windows color (decimal): -2863652 or 14437844. OLE color: 14437844.

HSL color Cylindrical-coordinate representation of color #D44DDC: hue angle of 296.64º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44DDC is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21277220-
CMYK0.040.6500.14
HSL296.64º67.14%58.24%-
HSV(B)296.64º65%86.27%-
XYZ42.7224.4770.18-
YUV133.67176.73183.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 77 (30.47% from 255) = 15.13%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=41.65%
G=15.13%
B=43.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal212772200.040.6500.14296.6467.1458.24
HexD44DDC4410E129433a
Octal324115334410101645110372
Binary110101001001101110111001001000001011101001010011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44DDC; }

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

 H1.HeaderClassName
 {
   color: #D44DDC;
 }
 .AnyTagClassName
 {
   color: #D44DDC;
 }
</style>
background-color css

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

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

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

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

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

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