#D256DC

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

Shades of Free Speech Magenta #D256DC

Tints of Free Speech Magenta #D256DC

Color information

#D256DC (or 0xD256DC) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 56 and DC. RGB value is (210,86,220). Sum of RGB (Red+Green+Blue) = 210+86+220=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 86 (33.98% from 255 or 16.67% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #D256DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256DC is #2DA923. Grayscale: #898989. Windows color (decimal): -2992420 or 14440146. OLE color: 14440146.

HSL color Cylindrical-coordinate representation of color #D256DC: hue angle of 295.52º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D256DC is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21086220-
CMYK0.050.6100.14
HSL295.52º65.69%60%-
HSV(B)295.52º60.91%86.27%-
XYZ42.8225.5270.38-
YUV138.35174.08179.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.70%
GREEN value IS 86 (33.98% from 255) = 16.67%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=40.70%
G=16.67%
B=42.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210862200.050.6100.14295.5265.6960
HexD256DC53D0E128423c
Octal32212633457501645010274
Binary11010010101011011011100101111101011101001010001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D256DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D256DC; }

 p { color: rgb(210,86,220); }

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

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

 a { background-color: rgb(210,86,220); }

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

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

 span { border-color: rgb(210,86,220); }

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