Html Css Color HEX #D63AFB Free Speech Magenta

📋 copy color: '#D63AFB'

red 214 ◦ green 58 ◦ blue 251

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

Shades of Free Speech Magenta #D63AFB

Tints of Free Speech Magenta #D63AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 40.92%
G = 11.09%
B = 47.99%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D63AFB (or 0xD63AFB) is known color: Free Speech Magenta. HEX triplet: D6, 3A and FB. RGB value is (214,58,251). Sum of RGB (Red+Green+Blue) = 214+58+251=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 58 (23.05% from 255 or 11.09% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #D63AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63AFB is #29C504. Grayscale: #7E7E7E. Windows color (decimal): -2737413 or 16464598. OLE color: 16464598.

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

Color convert

RGB 214 58 251 -
CMYK 0.15 0.77 0 0.02
HSL 288.5º 0.96% 0.61% -
HSV(B) 288.5º 0.77% 0.98% -
XYZ 46.66 24.29 93.5 -
YUV 126.65 198.18 190.31 -
System Red Green Blue C M Y K H S L
Decimal 214 58 251 0.15 0.77 0 0.02 288.5 0.96 0.61
Hex D6 3A FB F 4D 0 2 120 60 3D
Octal 326 72 373 17 115 0 2 440 140 75
Binary 11010110 111010 11111011 1111 1001101 0 10 100100000 1100000 111101

Color Harmonies of #D63AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AFB

Black with #D63AFB

Text Example


Text Example

White with #D63AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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