#D04FDA

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

Shades of Free Speech Magenta #D04FDA

Tints of Free Speech Magenta #D04FDA

Color information

#D04FDA (or 0xD04FDA) is unknown color: approx Free Speech Magenta. HEX triplet: D0, 4F and DA. RGB value is (208,79,218). Sum of RGB (Red+Green+Blue) = 208+79+218=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #D04FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FDA is #2FB025. Grayscale: #848484. Windows color (decimal): -3125286 or 14307280. OLE color: 14307280.

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

Color convert

RGB20879218-
CMYK0.050.6400.15
HSL295.68º65.26%58.24%-
HSV(B)295.68º63.76%85.49%-
XYZ41.4624.0668.79-
YUV133.42175.74181.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 79 (31.25% from 255) = 15.64%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=41.19%
G=15.64%
B=43.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal208792180.050.6400.15295.6865.2658.24
HexD04FDA5400F128413a
Octal320117332510001745010172
Binary110100001001111110110101011000000011111001010001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04FDA; }

 p { color: rgb(208,79,218); }

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

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

 a { background-color: rgb(208,79,218); }

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

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

 span { border-color: rgb(208,79,218); }

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