#D25CE3

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

Shades of Free Speech Magenta #D25CE3

Tints of Free Speech Magenta #D25CE3

Color information

#D25CE3 (or 0xD25CE3) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 5C and E3. RGB value is (210,92,227). Sum of RGB (Red+Green+Blue) = 210+92+227=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #D25CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CE3 is #2DA31C. Grayscale: #8E8E8E. Windows color (decimal): -2990877 or 14900434. OLE color: 14900434.

HSL color Cylindrical-coordinate representation of color #D25CE3: hue angle of 292.44º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25CE3 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21092227-
CMYK0.070.5900.11
HSL292.44º70.68%62.55%-
HSV(B)292.44º59.47%89.02%-
XYZ44.2726.975.53-
YUV142.67175.59176.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 92 (36.33% from 255) = 17.39%
BLUE value IS 227 (89.06% from 255) = 42.91%
R=39.70%
G=17.39%
B=42.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210922270.070.5900.11292.4470.6862.55
HexD25CE373B0B124473f
Octal32213434377301344410777
Binary11010010101110011100011111111011010111001001001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25CE3; }

 p { color: rgb(210,92,227); }

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

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

 a { background-color: rgb(210,92,227); }

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

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

 span { border-color: rgb(210,92,227); }

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