#D538DA

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

Shades of Free Speech Magenta #D538DA

Tints of Free Speech Magenta #D538DA

Color information

#D538DA (or 0xD538DA) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 38 and DA. RGB value is (213,56,218). Sum of RGB (Red+Green+Blue) = 213+56+218=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #D538DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538DA is #2AC725. Grayscale: #787878. Windows color (decimal): -2803494 or 14301397. OLE color: 14301397.

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

Color convert

RGB21356218-
CMYK0.020.7400.15
HSL298.15º68.64%53.73%-
HSV(B)298.15º74.31%85.49%-
XYZ41.5122.0468.4-
YUV121.41182.51193.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 56 (22.27% from 255) = 11.50%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=43.74%
G=11.50%
B=44.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213562180.020.7400.15298.1568.6453.73
HexD538DA24A0F12a4536
Octal32570332211201745210566
Binary1101010111100011011010101001010011111001010101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D538DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D538DA; }

 p { color: rgb(213,56,218); }

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

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

 a { background-color: rgb(213,56,218); }

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

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

 span { border-color: rgb(213,56,218); }

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