#D25DD1

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

Shades of Free Speech Magenta #D25DD1

Tints of Free Speech Magenta #D25DD1

Color information

#D25DD1 (or 0xD25DD1) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 5D and D1. RGB value is (210,93,209). Sum of RGB (Red+Green+Blue) = 210+93+209=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DD1 is #2DA22E. Grayscale: #8C8C8C. Windows color (decimal): -2990639 or 13721042. OLE color: 13721042.

HSL color Cylindrical-coordinate representation of color #D25DD1: hue angle of 300.51º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25DD1 is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB21093209-
CMYK00.560.000.18
HSL300.51º56.52%59.41%-
HSV(B)300.51º55.71%82.35%-
XYZ4226.1363.15-
YUV141.21166.26177.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 93 (36.72% from 255) = 18.16%
BLUE value IS 209 (82.03% from 255) = 40.82%
R=41.02%
G=18.16%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109320900.560.000.18300.5156.5259.41
HexD25DD103801212d393b
Octal3221353210700224557173
Binary110100101011101110100010111000010010100101101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25DD1; }

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

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

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

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

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

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

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

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