#D449F3

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

Shades of Free Speech Magenta #D449F3

Tints of Free Speech Magenta #D449F3

Color information

#D449F3 (or 0xD449F3) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 49 and F3. RGB value is (212,73,243). Sum of RGB (Red+Green+Blue) = 212+73+243=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #D449F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449F3 is #2BB60C. Grayscale: #858585. Windows color (decimal): -2864653 or 15944148. OLE color: 15944148.

HSL color Cylindrical-coordinate representation of color #D449F3: hue angle of 289.06º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D449F3 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21273243-
CMYK0.130.7000.05
HSL289.06º87.63%61.96%-
HSV(B)289.06º69.96%95.29%-
XYZ45.7125.2387.26-
YUV133.94189.55183.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 73 (28.91% from 255) = 13.83%
BLUE value IS 243 (95.31% from 255) = 46.02%
R=40.15%
G=13.83%
B=46.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212732430.130.7000.05289.0687.6361.96
HexD449F3D4605121583e
Octal324111363151060544113076
Binary110101001001001111100111101100011001011001000011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D449F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D449F3; }

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

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

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

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

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

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

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

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