#D25CDF

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

Shades of Free Speech Magenta #D25CDF

Tints of Free Speech Magenta #D25CDF

Color information

#D25CDF (or 0xD25CDF) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 5C and DF. RGB value is (210,92,223). Sum of RGB (Red+Green+Blue) = 210+92+223=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #D25CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CDF is #2DA320. Grayscale: #8D8D8D. Windows color (decimal): -2990881 or 14638290. OLE color: 14638290.

HSL color Cylindrical-coordinate representation of color #D25CDF: hue angle of 294.05º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25CDF is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21092223-
CMYK0.060.5900.13
HSL294.05º67.18%61.76%-
HSV(B)294.05º58.74%87.45%-
XYZ43.7226.6872.66-
YUV142.22173.59176.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 92 (36.33% from 255) = 17.52%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=40%
G=17.52%
B=42.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210922230.060.5900.13294.0567.1861.76
HexD25CDF63B0D126433e
Octal32213433767301544610376
Binary11010010101110011011111110111011011011001001101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25CDF; }

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

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

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

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

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

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

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

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