Html Css Color HEX #D63AF9 Free Speech Magenta

📋 copy color: '#D63AF9'

red 214 ◦ green 58 ◦ blue 249

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

Shades of Free Speech Magenta #D63AF9

Tints of Free Speech Magenta #D63AF9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.13%

 BLUE value IS 249 (97.66% from 255) = 47.79%

R = 41.07%
G = 11.13%
B = 47.79%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D63AF9 (or 0xD63AF9) is known color: Free Speech Magenta. HEX triplet: D6, 3A and F9. RGB value is (214,58,249). Sum of RGB (Red+Green+Blue) = 214+58+249=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 58 (23.05% from 255 or 11.13% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #D63AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63AF9 is #29C506. Grayscale: #7D7D7D. Windows color (decimal): -2737415 or 16333526. OLE color: 16333526.

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

Color convert

RGB 214 58 249 -
CMYK 0.14 0.77 0 0.02
HSL 289.01º 0.94% 0.6% -
HSV(B) 289.01º 0.77% 0.98% -
XYZ 46.34 24.16 91.84 -
YUV 126.42 197.18 190.47 -
System Red Green Blue C M Y K H S L
Decimal 214 58 249 0.14 0.77 0 0.02 289.01 0.94 0.6
Hex D6 3A F9 E 4D 0 2 121 5E 3C
Octal 326 72 371 16 115 0 2 441 136 74
Binary 11010110 111010 11111001 1110 1001101 0 10 100100001 1011110 111100

Color Harmonies of #D63AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AF9

Black with #D63AF9

Text Example


Text Example

White with #D63AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AF9; }

 p { color: rgb(214,58,249); }

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

background-color css

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

 a { background-color: rgb(214,58,249); }

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

border-color css

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

 span { border-color: rgb(214,58,249); }

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