#D655DA

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

Shades of Free Speech Magenta #D655DA

Tints of Free Speech Magenta #D655DA

Color information

#D655DA (or 0xD655DA) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 55 and DA. RGB value is (214,85,218). Sum of RGB (Red+Green+Blue) = 214+85+218=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #D655DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655DA is #29AA25. Grayscale: #8A8A8A. Windows color (decimal): -2730534 or 14308822. OLE color: 14308822.

HSL color Cylindrical-coordinate representation of color #D655DA: hue angle of 298.2º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D655DA is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21485218-
CMYK0.020.6100.15
HSL298.2º64.25%59.41%-
HSV(B)298.2º61.01%85.49%-
XYZ43.6325.8669.02-
YUV138.73172.74181.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 85 (33.59% from 255) = 16.44%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=41.39%
G=16.44%
B=42.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214852180.020.6100.15298.264.2559.41
HexD655DA23D0F12a403b
Octal32612533227501745210073
Binary1101011010101011101101010111101011111001010101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D655DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D655DA; }

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

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

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

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

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

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

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

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