#D655EE

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

Shades of Free Speech Magenta #D655EE

Tints of Free Speech Magenta #D655EE

Color information

#D655EE (or 0xD655EE) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 55 and EE. RGB value is (214,85,238). Sum of RGB (Red+Green+Blue) = 214+85+238=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #D655EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655EE is #29AA11. Grayscale: #8C8C8C. Windows color (decimal): -2730514 or 15619542. OLE color: 15619542.

HSL color Cylindrical-coordinate representation of color #D655EE: hue angle of 290.59º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D655EE is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21485238-
CMYK0.100.6400.07
HSL290.59º81.82%63.33%-
HSV(B)290.59º64.29%93.33%-
XYZ46.4126.9783.65-
YUV141.01182.74180.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 85 (33.59% from 255) = 15.83%
BLUE value IS 238 (93.36% from 255) = 44.32%
R=39.85%
G=15.83%
B=44.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal214852380.100.6400.07290.5981.8263.33
HexD655EEA4007123523f
Octal326125356121000744312277
Binary110101101010101111011101010100000001111001000111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D655EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D655EE; }

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

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

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

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

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

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

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

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