#D447D4

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

Shades of Free Speech Magenta #D447D4

Tints of Free Speech Magenta #D447D4

Color information

#D447D4 (or 0xD447D4) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 47 and D4. RGB value is (212,71,212). Sum of RGB (Red+Green+Blue) = 212+71+212=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D447D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D447D4 is #2BB82B. Grayscale: #808080. Windows color (decimal): -2865196 or 13912020. OLE color: 13912020.

HSL color Cylindrical-coordinate representation of color #D447D4: hue angle of 300º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D447D4 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB21271212-
CMYK00.6700.17
HSL300º62.11%55.49%-
HSV(B)300º66.51%83.14%-
XYZ41.2923.2664.6-
YUV129.23174.71187.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 71 (28.12% from 255) = 14.34%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=42.83%
G=14.34%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127121200.6700.1730062.1155.49
HexD447D404301112c3e37
Octal32410732401030214547667
Binary1101010010001111101010001000011010001100101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D447D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D447D4; }

 p { color: rgb(212,71,212); }

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

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

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

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

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

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

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