#D644DD

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

Shades of Free Speech Magenta #D644DD

Tints of Free Speech Magenta #D644DD

Color information

#D644DD (or 0xD644DD) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 44 and DD. RGB value is (214,68,221). Sum of RGB (Red+Green+Blue) = 214+68+221=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #D644DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D644DD is #29BB22. Grayscale: #808080. Windows color (decimal): -2734883 or 14501078. OLE color: 14501078.

HSL color Cylindrical-coordinate representation of color #D644DD: hue angle of 297.25º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D644DD is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21468221-
CMYK0.030.6900.13
HSL297.25º69.23%56.67%-
HSV(B)297.25º69.23%86.67%-
XYZ42.8523.6570.71-
YUV129.1179.87188.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 68 (26.95% from 255) = 13.52%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=42.54%
G=13.52%
B=43.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214682210.030.6900.13297.2569.2356.67
HexD644DD3450D1294539
Octal326104335310501545110571
Binary11010110100010011011101111000101011011001010011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D644DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D644DD; }

 p { color: rgb(214,68,221); }

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

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

 a { background-color: rgb(214,68,221); }

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

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

 span { border-color: rgb(214,68,221); }

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