#D538D3

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

Shades of Free Speech Magenta #D538D3

Tints of Free Speech Magenta #D538D3

Color information

#D538D3 (or 0xD538D3) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 38 and D3. RGB value is (213,56,211). Sum of RGB (Red+Green+Blue) = 213+56+211=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D538D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538D3 is #2AC72C. Grayscale: #787878. Windows color (decimal): -2803501 or 13842645. OLE color: 13842645.

HSL color Cylindrical-coordinate representation of color #D538D3: hue angle of 300.76º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D538D3 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB21356211-
CMYK00.740.010.16
HSL300.76º65.15%52.75%-
HSV(B)300.76º73.71%83.53%-
XYZ40.6121.6863.67-
YUV120.61179.01193.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 56 (22.27% from 255) = 11.67%
BLUE value IS 211 (82.81% from 255) = 43.96%
R=44.38%
G=11.67%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135621100.740.010.16300.7665.1552.75
HexD538D304A11012d4135
Octal32570323011212045510165
Binary1101010111100011010011010010101100001001011011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D538D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D538D3; }

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

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

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

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

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

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

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

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