#D451D0

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

Shades of Free Speech Magenta #D451D0

Tints of Free Speech Magenta #D451D0

Color information

#D451D0 (or 0xD451D0) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 51 and D0. RGB value is (212,81,208). Sum of RGB (Red+Green+Blue) = 212+81+208=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D451D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D451D0 is #2BAE2F. Grayscale: #868686. Windows color (decimal): -2862640 or 13652436. OLE color: 13652436.

HSL color Cylindrical-coordinate representation of color #D451D0: hue angle of 301.83º degrees, saturation: 0.6, 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 #D451D0 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB21281208-
CMYK00.620.020.17
HSL301.83º60.37%57.45%-
HSV(B)301.83º61.79%83.14%-
XYZ41.4824.4462.2-
YUV134.65169.4183.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.32%
GREEN value IS 81 (32.03% from 255) = 16.17%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=42.32%
G=16.17%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128120800.620.020.17301.8360.3757.45
HexD451D003E21112e3c39
Octal3241213200762214567471
Binary1101010010100011101000001111101010001100101110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D451D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D451D0; }

 p { color: rgb(212,81,208); }

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

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

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

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

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

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

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