Html Css Color HEX #D63BEB Free Speech Magenta

📋 copy color: '#D63BEB'

red 214 ◦ green 59 ◦ blue 235

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

Shades of Free Speech Magenta #D63BEB

Tints of Free Speech Magenta #D63BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 42.13%
G = 11.61%
B = 46.26%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D63BEB (or 0xD63BEB) is known color: Free Speech Magenta. HEX triplet: D6, 3B and EB. RGB value is (214,59,235). Sum of RGB (Red+Green+Blue) = 214+59+235=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #D63BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63BEB is #29C414. Grayscale: #7C7C7C. Windows color (decimal): -2737173 or 15416278. OLE color: 15416278.

HSL color Cylindrical-coordinate representation of color #D63BEB: hue angle of 292.84º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63BEB is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 59 235 -
CMYK 0.09 0.75 0 0.08
HSL 292.84º 0.81% 0.58% -
HSV(B) 292.84º 0.75% 0.92% -
XYZ 44.29 23.42 80.78 -
YUV 125.41 189.85 191.19 -
System Red Green Blue C M Y K H S L
Decimal 214 59 235 0.09 0.75 0 0.08 292.84 0.81 0.58
Hex D6 3B EB 9 4B 0 8 125 51 3A
Octal 326 73 353 11 113 0 10 445 121 72
Binary 11010110 111011 11101011 1001 1001011 0 1000 100100101 1010001 111010

Color Harmonies of #D63BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63BEB

Black with #D63BEB

Text Example


Text Example

White with #D63BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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