#d83fd4

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

Shades of Free Speech Magenta #D83FD4

Tints of Free Speech Magenta #D83FD4

Color information

#D83FD4 (or 0xD83FD4) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 3F and D4. RGB value is (216,63,212). Sum of RGB (Red+Green+Blue) = 216+63+212=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D83FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83FD4 is #27C02B. Grayscale: #7D7D7D. Windows color (decimal): -2605100 or 13909976. OLE color: 13909976.

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

Color convert

RGB21663212-
CMYK00.710.020.15
HSL301.57º66.23%54.71%-
HSV(B)301.57º70.83%84.71%-
XYZ41.9822.9164.5-
YUV125.73176.69192.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 63 (25% from 255) = 12.83%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=43.99%
G=12.83%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166321200.710.020.15301.5766.2354.71
HexD83FD40472F12e4237
Octal33077324010721745610267
Binary1101100011111111010100010001111011111001011101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d83fd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d83fd4; }

 p { color: rgb(216,63,212); }

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

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

 a { background-color: rgb(216,63,212); }

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

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

 span { border-color: rgb(216,63,212); }

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