#D449D5

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

Shades of Free Speech Magenta #D449D5

Tints of Free Speech Magenta #D449D5

Color information

#D449D5 (or 0xD449D5) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 49 and D5. RGB value is (212,73,213). Sum of RGB (Red+Green+Blue) = 212+73+213=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #D449D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449D5 is #2BB62A. Grayscale: #828282. Windows color (decimal): -2864683 or 13978068. OLE color: 13978068.

HSL color Cylindrical-coordinate representation of color #D449D5: hue angle of 299.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D449D5 is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21273213-
CMYK0.000.6600.16
HSL299.57º62.5%56.08%-
HSV(B)299.57º65.73%83.53%-
XYZ41.5423.5765.31-
YUV130.52174.55186.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 73 (28.91% from 255) = 14.66%
BLUE value IS 213 (83.59% from 255) = 42.77%
R=42.57%
G=14.66%
B=42.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212732130.000.6600.16299.5762.556.08
HexD449D504201012c3e38
Octal32411132501020204547670
Binary1101010010010011101010101000010010000100101100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D449D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D449D5; }

 p { color: rgb(212,73,213); }

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

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

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

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

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

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

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