#D251D4

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

Shades of Free Speech Magenta #D251D4

Tints of Free Speech Magenta #D251D4

Color information

#D251D4 (or 0xD251D4) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 51 and D4. RGB value is (210,81,212). Sum of RGB (Red+Green+Blue) = 210+81+212=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #D251D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251D4 is #2DAE2B. Grayscale: #868686. Windows color (decimal): -2993708 or 13914578. OLE color: 13914578.

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

Color convert

RGB21081212-
CMYK0.010.6200.17
HSL299.08º60.37%57.45%-
HSV(B)299.08º61.79%83.14%-
XYZ41.424.3464.8-
YUV134.5171.74181.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 81 (32.03% from 255) = 16.10%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=41.75%
G=16.10%
B=42.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal210812120.010.6200.17299.0860.3757.45
HexD251D413E01112b3c39
Octal3221213241760214537471
Binary110100101010001110101001111110010001100101011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D251D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D251D4; }

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

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

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

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

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

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

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

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