#D258E2

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

Shades of Free Speech Magenta #D258E2

Tints of Free Speech Magenta #D258E2

Color information

#D258E2 (or 0xD258E2) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 58 and E2. RGB value is (210,88,226). Sum of RGB (Red+Green+Blue) = 210+88+226=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #D258E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258E2 is #2DA71D. Grayscale: #8B8B8B. Windows color (decimal): -2991902 or 14833874. OLE color: 14833874.

HSL color Cylindrical-coordinate representation of color #D258E2: hue angle of 293.04º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D258E2 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21088226-
CMYK0.070.6100.11
HSL293.04º70.41%61.57%-
HSV(B)293.04º61.06%88.63%-
XYZ43.826.1774.69-
YUV140.21176.42177.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 88 (34.77% from 255) = 16.79%
BLUE value IS 226 (88.67% from 255) = 43.13%
R=40.08%
G=16.79%
B=43.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210882260.070.6100.11293.0470.4161.57
HexD258E273D0B125463e
Octal32213034277501344510676
Binary11010010101100011100010111111101010111001001011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D258E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D258E2; }

 p { color: rgb(210,88,226); }

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

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

 a { background-color: rgb(210,88,226); }

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

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

 span { border-color: rgb(210,88,226); }

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