#D05DD4

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

Shades of Free Speech Magenta #D05DD4

Tints of Free Speech Magenta #D05DD4

Color information

#D05DD4 (or 0xD05DD4) is unknown color: approx Free Speech Magenta. HEX triplet: D0, 5D and D4. RGB value is (208,93,212). Sum of RGB (Red+Green+Blue) = 208+93+212=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #D05DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DD4 is #2FA22B. Grayscale: #8C8C8C. Windows color (decimal): -3121708 or 13917648. OLE color: 13917648.

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

Color convert

RGB20893212-
CMYK0.020.5600.17
HSL297.98º58.05%59.8%-
HSV(B)297.98º56.13%83.14%-
XYZ41.8125.9965.1-
YUV140.95168.1175.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 212 (83.20% from 255) = 41.33%
R=40.55%
G=18.13%
B=41.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208932120.020.5600.17297.9858.0559.8
HexD05DD423801112a3a3c
Octal3201353242700214527274
Binary1101000010111011101010010111000010001100101010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05DD4; }

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

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

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

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

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

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

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

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