Html Css Color HEX #D63FD3 Free Speech Magenta

📋 copy color: '#D63FD3'

red 214 ◦ green 63 ◦ blue 211

#D63FD3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #D63FD3

Tints of Free Speech Magenta #D63FD3

RGB

 RED value IS 214 (83.98% from 255) = 43.85%

 GREEN value IS 63 (25% from 255) = 12.91%

 BLUE value IS 211 (82.81% from 255) = 43.24%

R = 43.85%
G = 12.91%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D63FD3 (or 0xD63FD3) is known color: Free Speech Magenta. HEX triplet: D6, 3F and D3. RGB value is (214,63,211). Sum of RGB (Red+Green+Blue) = 214+63+211=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FD3 is #29C02C. Grayscale: #7C7C7C. Windows color (decimal): -2736173 or 13844438. OLE color: 13844438.

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

Color convert

RGB 214 63 211 -
CMYK 0 0.71 0.01 0.16
HSL 301.19º 0.65% 0.54% -
HSV(B) 301.19º 0.71% 0.84% -
XYZ 41.27 22.55 63.81 -
YUV 125.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 214 63 211 0 0.71 0.01 0.16 301.19 0.65 0.54
Hex D6 3F D3 0 47 1 10 12D 41 36
Octal 326 77 323 0 107 1 20 455 101 66
Binary 11010110 111111 11010011 0 1000111 1 10000 100101101 1000001 110110

Color Harmonies of #D63FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FD3

Black with #D63FD3

Text Example


Text Example

White with #D63FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FD3; }

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

 H1.HeaderClassName
 {
   color: #D63FD3;
 }
 .AnyTagClassName
 {
   color: #D63FD3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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