#D05DD1

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

Shades of Free Speech Magenta #D05DD1

Tints of Free Speech Magenta #D05DD1

Color information

#D05DD1 (or 0xD05DD1) is unknown color: approx Free Speech Magenta. HEX triplet: D0, 5D and D1. RGB value is (208,93,209). Sum of RGB (Red+Green+Blue) = 208+93+209=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #D05DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DD1 is #2FA22E. Grayscale: #8C8C8C. Windows color (decimal): -3121711 or 13721040. OLE color: 13721040.

HSL color Cylindrical-coordinate representation of color #D05DD1: hue angle of 299.48º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05DD1 is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20893209-
CMYK0.000.5600.18
HSL299.48º55.77%59.22%-
HSV(B)299.48º55.5%81.96%-
XYZ41.4425.8463.13-
YUV140.61166.6176.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 93 (36.72% from 255) = 18.24%
BLUE value IS 209 (82.03% from 255) = 40.98%
R=40.78%
G=18.24%
B=40.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208932090.000.5600.18299.4855.7759.22
HexD05DD103801212b383b
Octal3201353210700224537073
Binary110100001011101110100010111000010010100101011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05DD1; }

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

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

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

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

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

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

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

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