#D259CE

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

Shades of Free Speech Magenta #D259CE

Tints of Free Speech Magenta #D259CE

Color information

#D259CE (or 0xD259CE) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 59 and CE. RGB value is (210,89,206). Sum of RGB (Red+Green+Blue) = 210+89+206=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D259CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259CE is #2DA631. Grayscale: #8A8A8A. Windows color (decimal): -2991666 or 13523410. OLE color: 13523410.

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

Color convert

RGB21089206-
CMYK00.580.020.18
HSL301.98º57.35%58.63%-
HSV(B)301.98º57.62%82.35%-
XYZ41.2925.361.1-
YUV138.52166.09178.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.58%
GREEN value IS 89 (35.16% from 255) = 17.62%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=41.58%
G=17.62%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108920600.580.020.18301.9857.3558.63
HexD259CE03A21212e393b
Octal3221313160722224567173
Binary1101001010110011100111001110101010010100101110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D259CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D259CE; }

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

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

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

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

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

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

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

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