#D44DDD

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

Shades of Free Speech Magenta #D44DDD

Tints of Free Speech Magenta #D44DDD

Color information

#D44DDD (or 0xD44DDD) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 4D and DD. RGB value is (212,77,221). Sum of RGB (Red+Green+Blue) = 212+77+221=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #D44DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DDD is #2BB222. Grayscale: #858585. Windows color (decimal): -2863651 or 14503380. OLE color: 14503380.

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

Color convert

RGB21277221-
CMYK0.040.6500.13
HSL296.25º67.92%58.43%-
HSV(B)296.25º65.16%86.67%-
XYZ42.8624.5370.88-
YUV133.78177.23183.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.57%
GREEN value IS 77 (30.47% from 255) = 15.10%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=41.57%
G=15.10%
B=43.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212772210.040.6500.13296.2567.9258.43
HexD44DDD4410D128443a
Octal324115335410101545010472
Binary110101001001101110111011001000001011011001010001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44DDD; }

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

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

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

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

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

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

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

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