#D450D4

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

Shades of Free Speech Magenta #D450D4

Tints of Free Speech Magenta #D450D4

Color information

#D450D4 (or 0xD450D4) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 50 and D4. RGB value is (212,80,212). Sum of RGB (Red+Green+Blue) = 212+80+212=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D450D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450D4 is #2BAF2B. Grayscale: #868686. Windows color (decimal): -2862892 or 13914324. OLE color: 13914324.

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

Color convert

RGB21280212-
CMYK00.6200.17
HSL300º60.55%57.25%-
HSV(B)300º62.26%83.14%-
XYZ41.924.4964.81-
YUV134.52171.73183.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.06%
GREEN value IS 80 (31.64% from 255) = 15.87%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=42.06%
G=15.87%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128021200.6200.1730060.5557.25
HexD450D403E01112c3d39
Octal3241203240760214547571
Binary110101001010000110101000111110010001100101100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D450D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D450D4; }

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

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

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

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

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

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

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

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