#D25CD8

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

Shades of Free Speech Magenta #D25CD8

Tints of Free Speech Magenta #D25CD8

Color information

#D25CD8 (or 0xD25CD8) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 5C and D8. RGB value is (210,92,216). Sum of RGB (Red+Green+Blue) = 210+92+216=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #D25CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CD8 is #2DA327. Grayscale: #8D8D8D. Windows color (decimal): -2990888 or 14179538. OLE color: 14179538.

HSL color Cylindrical-coordinate representation of color #D25CD8: hue angle of 297.1º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25CD8 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21092216-
CMYK0.030.5700.15
HSL297.1º61.39%60.39%-
HSV(B)297.1º57.41%84.71%-
XYZ42.826.3167.79-
YUV141.42170.09176.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.54%
GREEN value IS 92 (36.33% from 255) = 17.76%
BLUE value IS 216 (84.77% from 255) = 41.70%
R=40.54%
G=17.76%
B=41.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210922160.030.5700.15297.161.3960.39
HexD25CD83390F1293d3c
Octal3221343303710174517574
Binary110100101011100110110001111100101111100101001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25CD8; }

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

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

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

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

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

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

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

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