#D251EB

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

Shades of Free Speech Magenta #D251EB

Tints of Free Speech Magenta #D251EB

Color information

#D251EB (or 0xD251EB) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 51 and EB. RGB value is (210,81,235). Sum of RGB (Red+Green+Blue) = 210+81+235=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #D251EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D251EB is #2DAE14. Grayscale: #888888. Windows color (decimal): -2993685 or 15421906. OLE color: 15421906.

HSL color Cylindrical-coordinate representation of color #D251EB: hue angle of 290.26º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D251EB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21081235-
CMYK0.110.6600.08
HSL290.26º79.38%61.96%-
HSV(B)290.26º65.53%92.16%-
XYZ44.5225.5881.19-
YUV137.13183.24179.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.92%
GREEN value IS 81 (32.03% from 255) = 15.40%
BLUE value IS 235 (92.19% from 255) = 44.68%
R=39.92%
G=15.40%
B=44.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210812350.110.6600.08290.2679.3861.96
HexD251EBB42081224f3e
Octal3221213531310201044211776
Binary1101001010100011110101110111000010010001001000101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D251EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D251EB; }

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

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

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

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

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

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

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

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