#D05AD4

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

Shades of Free Speech Magenta #D05AD4

Tints of Free Speech Magenta #D05AD4

Color information

#D05AD4 (or 0xD05AD4) is unknown color: approx Free Speech Magenta. HEX triplet: D0, 5A and D4. RGB value is (208,90,212). Sum of RGB (Red+Green+Blue) = 208+90+212=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #D05AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05AD4 is #2FA52B. Grayscale: #8A8A8A. Windows color (decimal): -3122476 or 13916880. OLE color: 13916880.

HSL color Cylindrical-coordinate representation of color #D05AD4: hue angle of 298.03º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05AD4 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20890212-
CMYK0.020.5800.17
HSL298.03º58.65%59.22%-
HSV(B)298.03º57.55%83.14%-
XYZ41.5525.4865.01-
YUV139.19169.09177.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 90 (35.55% from 255) = 17.65%
BLUE value IS 212 (83.20% from 255) = 41.57%
R=40.78%
G=17.65%
B=41.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208902120.020.5800.17298.0358.6559.22
HexD05AD423A01112a3b3b
Octal3201323242720214527373
Binary1101000010110101101010010111010010001100101010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05AD4; }

 p { color: rgb(208,90,212); }

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

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

 a { background-color: rgb(208,90,212); }

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

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

 span { border-color: rgb(208,90,212); }

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