#D63FDD

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

Shades of Free Speech Magenta #D63FDD

Tints of Free Speech Magenta #D63FDD

Color information

#D63FDD (or 0xD63FDD) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 3F and DD. RGB value is (214,63,221). Sum of RGB (Red+Green+Blue) = 214+63+221=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #D63FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FDD is #29C022. Grayscale: #7D7D7D. Windows color (decimal): -2736163 or 14499798. OLE color: 14499798.

HSL color Cylindrical-coordinate representation of color #D63FDD: hue angle of 297.34º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63FDD is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21463221-
CMYK0.030.7100.13
HSL297.34º69.91%55.69%-
HSV(B)297.34º71.49%86.67%-
XYZ42.5623.0770.62-
YUV126.16181.53190.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 63 (25% from 255) = 12.65%
BLUE value IS 221 (86.72% from 255) = 44.38%
R=42.97%
G=12.65%
B=44.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214632210.030.7100.13297.3469.9155.69
HexD63FDD3470D1294638
Octal32677335310701545110670
Binary1101011011111111011101111000111011011001010011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63FDD; }

 p { color: rgb(214,63,221); }

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

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

 a { background-color: rgb(214,63,221); }

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

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

 span { border-color: rgb(214,63,221); }

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