#D653DA

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

Shades of Free Speech Magenta #D653DA

Tints of Free Speech Magenta #D653DA

Color information

#D653DA (or 0xD653DA) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 53 and DA. RGB value is (214,83,218). Sum of RGB (Red+Green+Blue) = 214+83+218=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #D653DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D653DA is #29AC25. Grayscale: #898989. Windows color (decimal): -2731046 or 14308310. OLE color: 14308310.

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

Color convert

RGB21483218-
CMYK0.020.6200.15
HSL298.22º64.59%59.02%-
HSV(B)298.22º61.93%85.49%-
XYZ43.4825.5468.97-
YUV137.56173.4182.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.55%
GREEN value IS 83 (32.81% from 255) = 16.12%
BLUE value IS 218 (85.55% from 255) = 42.33%
R=41.55%
G=16.12%
B=42.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214832180.020.6200.15298.2264.5959.02
HexD653DA23E0F12a413b
Octal32612333227601745210173
Binary1101011010100111101101010111110011111001010101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D653DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D653DA; }

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

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

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

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

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

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

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

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