#D05CD6

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

Shades of Free Speech Magenta #D05CD6

Tints of Free Speech Magenta #D05CD6

Color information

#D05CD6 (or 0xD05CD6) is unknown color: approx Free Speech Magenta. HEX triplet: D0, 5C and D6. RGB value is (208,92,214). Sum of RGB (Red+Green+Blue) = 208+92+214=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #D05CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05CD6 is #2FA329. Grayscale: #8C8C8C. Windows color (decimal): -3121962 or 14048464. OLE color: 14048464.

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

Color convert

RGB20892214-
CMYK0.030.5700.16
HSL297.05º59.8%60%-
HSV(B)297.05º57.01%83.92%-
XYZ41.9825.9266.41-
YUV140.59169.43176.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 92 (36.33% from 255) = 17.90%
BLUE value IS 214 (83.98% from 255) = 41.63%
R=40.47%
G=17.90%
B=41.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208922140.030.5700.16297.0559.860
HexD05CD63390101293c3c
Octal3201343263710204517474
Binary1101000010111001101011011111001010000100101001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05CD6; }

 p { color: rgb(208,92,214); }

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

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

 a { background-color: rgb(208,92,214); }

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

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

 span { border-color: rgb(208,92,214); }

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