#D25ADA

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

Shades of Free Speech Magenta #D25ADA

Tints of Free Speech Magenta #D25ADA

Color information

#D25ADA (or 0xD25ADA) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 5A and DA. RGB value is (210,90,218). Sum of RGB (Red+Green+Blue) = 210+90+218=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #D25ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ADA is #2DA525. Grayscale: #8C8C8C. Windows color (decimal): -2991398 or 14310098. OLE color: 14310098.

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

Color convert

RGB21090218-
CMYK0.040.5900.15
HSL296.25º63.37%60.39%-
HSV(B)296.25º58.72%85.49%-
XYZ42.8926.0869.1-
YUV140.47171.76177.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.54%
GREEN value IS 90 (35.55% from 255) = 17.37%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=40.54%
G=17.37%
B=42.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210902180.040.5900.15296.2563.3760.39
HexD25ADA43B0F1283f3c
Octal3221323324730174507774
Binary1101001010110101101101010011101101111100101000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25ADA; }

 p { color: rgb(210,90,218); }

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

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

 a { background-color: rgb(210,90,218); }

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

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

 span { border-color: rgb(210,90,218); }

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