#D05DD5

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

Shades of Free Speech Magenta #D05DD5

Tints of Free Speech Magenta #D05DD5

Color information

#D05DD5 (or 0xD05DD5) is unknown color: approx Free Speech Magenta. HEX triplet: D0, 5D and D5. RGB value is (208,93,213). Sum of RGB (Red+Green+Blue) = 208+93+213=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #D05DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DD5 is #2FA22A. Grayscale: #8C8C8C. Windows color (decimal): -3121707 or 13983184. OLE color: 13983184.

HSL color Cylindrical-coordinate representation of color #D05DD5: hue angle of 297.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05DD5 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20893213-
CMYK0.020.5600.16
HSL297.5º58.82%60%-
HSV(B)297.5º56.34%83.53%-
XYZ41.9426.0465.77-
YUV141.06168.6175.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 93 (36.72% from 255) = 18.09%
BLUE value IS 213 (83.59% from 255) = 41.44%
R=40.47%
G=18.09%
B=41.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208932130.020.5600.16297.558.8260
HexD05DD523801012a3b3c
Octal3201353252700204527374
Binary1101000010111011101010110111000010000100101010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05DD5; }

 p { color: rgb(208,93,213); }

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

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

 a { background-color: rgb(208,93,213); }

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

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

 span { border-color: rgb(208,93,213); }

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