#D63DD7

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

Shades of Free Speech Magenta #D63DD7

Tints of Free Speech Magenta #D63DD7

Color information

#D63DD7 (or 0xD63DD7) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 3D and D7. RGB value is (214,61,215). Sum of RGB (Red+Green+Blue) = 214+61+215=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #D63DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DD7 is #29C228. Grayscale: #7B7B7B. Windows color (decimal): -2736681 or 14106070. OLE color: 14106070.

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

Color convert

RGB21461215-
CMYK0.000.7200.16
HSL299.61º65.81%54.12%-
HSV(B)299.61º71.63%84.31%-
XYZ41.6722.5466.44-
YUV124.3179.19191.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 61 (24.22% from 255) = 12.45%
BLUE value IS 215 (84.38% from 255) = 43.88%
R=43.67%
G=12.45%
B=43.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214612150.000.7200.16299.6165.8154.12
HexD63DD704801012c4236
Octal32675327011002045410266
Binary1101011011110111010111010010000100001001011001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63DD7; }

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

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

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

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

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

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

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

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