#D259E9

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

Shades of Free Speech Magenta #D259E9

Tints of Free Speech Magenta #D259E9

Color information

#D259E9 (or 0xD259E9) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 59 and E9. RGB value is (210,89,233). Sum of RGB (Red+Green+Blue) = 210+89+233=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #D259E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D259E9 is #2DA616. Grayscale: #8D8D8D. Windows color (decimal): -2991639 or 15292882. OLE color: 15292882.

HSL color Cylindrical-coordinate representation of color #D259E9: hue angle of 290.42º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D259E9 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21089233-
CMYK0.100.6200.09
HSL290.42º76.6%63.14%-
HSV(B)290.42º61.8%91.37%-
XYZ44.8626.7379.89-
YUV141.6179.59176.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.47%
GREEN value IS 89 (35.16% from 255) = 16.73%
BLUE value IS 233 (91.41% from 255) = 43.80%
R=39.47%
G=16.73%
B=43.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210892330.100.6200.09290.4276.663.14
HexD259E9A3E091224d3f
Octal322131351127601144211577
Binary110100101011001111010011010111110010011001000101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D259E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D259E9; }

 p { color: rgb(210,89,233); }

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

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

 a { background-color: rgb(210,89,233); }

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

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

 span { border-color: rgb(210,89,233); }

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