#D655E4

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

Shades of Free Speech Magenta #D655E4

Tints of Free Speech Magenta #D655E4

Color information

#D655E4 (or 0xD655E4) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 55 and E4. RGB value is (214,85,228). Sum of RGB (Red+Green+Blue) = 214+85+228=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #D655E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655E4 is #29AA1B. Grayscale: #8B8B8B. Windows color (decimal): -2730524 or 14964182. OLE color: 14964182.

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

Color convert

RGB21485228-
CMYK0.060.6300.11
HSL294.13º72.59%61.37%-
HSV(B)294.13º62.72%89.41%-
XYZ44.9826.3976.12-
YUV139.87177.74180.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 85 (33.59% from 255) = 16.13%
BLUE value IS 228 (89.45% from 255) = 43.26%
R=40.61%
G=16.13%
B=43.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal214852280.060.6300.11294.1372.5961.37
HexD655E463F0B126493d
Octal32612534467701344611175
Binary11010110101010111100100110111111010111001001101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D655E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D655E4; }

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

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

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

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

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

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

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

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