Html Css Color HEX #D63FFA Free Speech Magenta

📋 copy color: '#D63FFA'

red 214 ◦ green 63 ◦ blue 250

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

Shades of Free Speech Magenta #D63FFA

Tints of Free Speech Magenta #D63FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 40.61%
G = 11.95%
B = 47.44%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D63FFA (or 0xD63FFA) is known color: Free Speech Magenta. HEX triplet: D6, 3F and FA. RGB value is (214,63,250). Sum of RGB (Red+Green+Blue) = 214+63+250=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 63 (25% from 255 or 11.95% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #D63FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63FFA is #29C005. Grayscale: #808080. Windows color (decimal): -2736134 or 16400342. OLE color: 16400342.

HSL color Cylindrical-coordinate representation of color #D63FFA: hue angle of 288.45º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63FFA is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 63 250 -
CMYK 0.14 0.75 0 0.02
HSL 288.45º 0.95% 0.61% -
HSV(B) 288.45º 0.75% 0.98% -
XYZ 46.76 24.75 92.76 -
YUV 129.47 196.03 188.29 -
System Red Green Blue C M Y K H S L
Decimal 214 63 250 0.14 0.75 0 0.02 288.45 0.95 0.61
Hex D6 3F FA E 4B 0 2 120 5F 3D
Octal 326 77 372 16 113 0 2 440 137 75
Binary 11010110 111111 11111010 1110 1001011 0 10 100100000 1011111 111101

Color Harmonies of #D63FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FFA

Black with #D63FFA

Text Example


Text Example

White with #D63FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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