#D25DEA

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

Shades of Free Speech Magenta #D25DEA

Tints of Free Speech Magenta #D25DEA

Color information

#D25DEA (or 0xD25DEA) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 5D and EA. RGB value is (210,93,234). Sum of RGB (Red+Green+Blue) = 210+93+234=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 93 (36.72% from 255 or 17.32% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #D25DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25DEA is #2DA215. Grayscale: #8F8F8F. Windows color (decimal): -2990614 or 15359442. OLE color: 15359442.

HSL color Cylindrical-coordinate representation of color #D25DEA: hue angle of 289.79º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25DEA is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21093234-
CMYK0.100.6000.08
HSL289.79º77.05%64.12%-
HSV(B)289.79º60.26%91.76%-
XYZ45.3427.4780.75-
YUV144.06178.76175.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 93 (36.72% from 255) = 17.32%
BLUE value IS 234 (91.80% from 255) = 43.58%
R=39.11%
G=17.32%
B=43.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210932340.100.6000.08289.7977.0564.12
HexD25DEAA3C081224d40
Octal3221353521274010442115100
Binary1101001010111011110101010101111000100010010001010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25DEA; }

 p { color: rgb(210,93,234); }

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

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

 a { background-color: rgb(210,93,234); }

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

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

 span { border-color: rgb(210,93,234); }

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