#D63DD0

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

Shades of Free Speech Magenta #D63DD0

Tints of Free Speech Magenta #D63DD0

Color information

#D63DD0 (or 0xD63DD0) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 3D and D0. RGB value is (214,61,208). Sum of RGB (Red+Green+Blue) = 214+61+208=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 61 (24.22% from 255 or 12.63% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DD0 is #29C22F. Grayscale: #7B7B7B. Windows color (decimal): -2736688 or 13647318. OLE color: 13647318.

HSL color Cylindrical-coordinate representation of color #D63DD0: hue angle of 302.35º 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 #D63DD0 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB21461208-
CMYK00.710.030.16
HSL302.35º65.11%53.92%-
HSV(B)302.35º71.5%83.92%-
XYZ40.7922.1961.81-
YUV123.5175.69192.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 61 (24.22% from 255) = 12.63%
BLUE value IS 208 (81.64% from 255) = 43.06%
R=44.31%
G=12.63%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146120800.710.030.16302.3565.1153.92
HexD63DD004731012e4136
Octal32675320010732045610166
Binary11010110111101110100000100011111100001001011101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63DD0; }

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

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

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

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

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

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

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

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