Html Css Color HEX #D63BFB Free Speech Magenta

📋 copy color: '#D63BFB'

red 214 ◦ green 59 ◦ blue 251

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

Shades of Free Speech Magenta #D63BFB

Tints of Free Speech Magenta #D63BFB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.26%

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

R = 40.84%
G = 11.26%
B = 47.9%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D63BFB (or 0xD63BFB) is known color: Free Speech Magenta. HEX triplet: D6, 3B and FB. RGB value is (214,59,251). Sum of RGB (Red+Green+Blue) = 214+59+251=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 59 (23.44% from 255 or 11.26% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #D63BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63BFB is #29C404. Grayscale: #7E7E7E. Windows color (decimal): -2737157 or 16464854. OLE color: 16464854.

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

Color convert

RGB 214 59 251 -
CMYK 0.15 0.76 0 0.02
HSL 288.44º 0.96% 0.61% -
HSV(B) 288.44º 0.76% 0.98% -
XYZ 46.71 24.39 93.51 -
YUV 127.23 197.85 189.89 -
System Red Green Blue C M Y K H S L
Decimal 214 59 251 0.15 0.76 0 0.02 288.44 0.96 0.61
Hex D6 3B FB F 4C 0 2 120 60 3D
Octal 326 73 373 17 114 0 2 440 140 75
Binary 11010110 111011 11111011 1111 1001100 0 10 100100000 1100000 111101

Color Harmonies of #D63BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63BFB

Black with #D63BFB

Text Example


Text Example

White with #D63BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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