#D655EB

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

Shades of Free Speech Magenta #D655EB

Tints of Free Speech Magenta #D655EB

Color information

#D655EB (or 0xD655EB) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 55 and EB. RGB value is (214,85,235). Sum of RGB (Red+Green+Blue) = 214+85+235=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #D655EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655EB is #29AA14. Grayscale: #8C8C8C. Windows color (decimal): -2730517 or 15422934. OLE color: 15422934.

HSL color Cylindrical-coordinate representation of color #D655EB: hue angle of 291.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D655EB is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21485235-
CMYK0.090.6400.08
HSL291.6º78.95%62.75%-
HSV(B)291.6º63.83%92.16%-
XYZ45.9826.7981.35-
YUV140.67181.24180.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 85 (33.59% from 255) = 15.92%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=40.07%
G=15.92%
B=44.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal214852350.090.6400.08291.678.9562.75
HexD655EB940081244f3f
Octal3261253531110001044411777
Binary1101011010101011110101110011000000010001001001001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D655EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D655EB; }

 p { color: rgb(214,85,235); }

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

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

 a { background-color: rgb(214,85,235); }

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

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

 span { border-color: rgb(214,85,235); }

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