Html Css Color HEX #D63DFB Free Speech Magenta

📋 copy color: '#D63DFB'

red 214 ◦ green 61 ◦ blue 251

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

Shades of Free Speech Magenta #D63DFB

Tints of Free Speech Magenta #D63DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.6%

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

R = 40.68%
G = 11.6%
B = 47.72%

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

#D63DFB (or 0xD63DFB) is known color: Free Speech Magenta. HEX triplet: D6, 3D and FB. RGB value is (214,61,251). Sum of RGB (Red+Green+Blue) = 214+61+251=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 61 (24.22% from 255 or 11.60% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #D63DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63DFB is #29C204. Grayscale: #7F7F7F. Windows color (decimal): -2736645 or 16465366. OLE color: 16465366.

HSL color Cylindrical-coordinate representation of color #D63DFB: hue angle of 288.32º 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 #D63DFB is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 61 251 -
CMYK 0.15 0.76 0 0.02
HSL 288.32º 0.96% 0.61% -
HSV(B) 288.32º 0.76% 0.98% -
XYZ 46.81 24.6 93.55 -
YUV 128.41 197.19 189.05 -
System Red Green Blue C M Y K H S L
Decimal 214 61 251 0.15 0.76 0 0.02 288.32 0.96 0.61
Hex D6 3D FB F 4C 0 2 120 60 3D
Octal 326 75 373 17 114 0 2 440 140 75
Binary 11010110 111101 11111011 1111 1001100 0 10 100100000 1100000 111101

Color Harmonies of #D63DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DFB

Black with #D63DFB

Text Example


Text Example

White with #D63DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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