Html Css Color HEX #D63AFC Free Speech Magenta

📋 copy color: '#D63AFC'

red 214 ◦ green 58 ◦ blue 252

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

Shades of Free Speech Magenta #D63AFC

Tints of Free Speech Magenta #D63AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 40.84%
G = 11.07%
B = 48.09%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D63AFC (or 0xD63AFC) is known color: Free Speech Magenta. HEX triplet: D6, 3A and FC. RGB value is (214,58,252). Sum of RGB (Red+Green+Blue) = 214+58+252=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 58 (23.05% from 255 or 11.07% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #D63AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63AFC is #29C503. Grayscale: #7E7E7E. Windows color (decimal): -2737412 or 16530134. OLE color: 16530134.

HSL color Cylindrical-coordinate representation of color #D63AFC: hue angle of 288.25º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63AFC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 58 252 -
CMYK 0.15 0.77 0 0.01
HSL 288.25º 0.97% 0.61% -
HSV(B) 288.25º 0.77% 0.99% -
XYZ 46.82 24.35 94.33 -
YUV 126.76 198.68 190.23 -
System Red Green Blue C M Y K H S L
Decimal 214 58 252 0.15 0.77 0 0.01 288.25 0.97 0.61
Hex D6 3A FC F 4D 0 1 120 61 3D
Octal 326 72 374 17 115 0 1 440 141 75
Binary 11010110 111010 11111100 1111 1001101 0 1 100100000 1100001 111101

Color Harmonies of #D63AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AFC

Black with #D63AFC

Text Example


Text Example

White with #D63AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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