#D63DD2

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

Shades of Free Speech Magenta #D63DD2

Tints of Free Speech Magenta #D63DD2

Color information

#D63DD2 (or 0xD63DD2) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 3D and D2. RGB value is (214,61,210). Sum of RGB (Red+Green+Blue) = 214+61+210=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DD2 is #29C22D. Grayscale: #7B7B7B. Windows color (decimal): -2736686 or 13778390. OLE color: 13778390.

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

Color convert

RGB21461210-
CMYK00.710.020.16
HSL301.57º65.11%53.92%-
HSV(B)301.57º71.5%83.92%-
XYZ41.0322.2963.11-
YUV123.73176.69192.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 61 (24.22% from 255) = 12.58%
BLUE value IS 210 (82.42% from 255) = 43.30%
R=44.12%
G=12.58%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146121000.710.020.16301.5765.1153.92
HexD63DD204721012e4136
Octal32675322010722045610166
Binary11010110111101110100100100011110100001001011101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63DD2; }

 p { color: rgb(214,61,210); }

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

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

 a { background-color: rgb(214,61,210); }

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

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

 span { border-color: rgb(214,61,210); }

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