Html Css Color HEX #D63CEB Free Speech Magenta

📋 copy color: '#D63CEB'

red 214 ◦ green 60 ◦ blue 235

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

Shades of Free Speech Magenta #D63CEB

Tints of Free Speech Magenta #D63CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.79%

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

R = 42.04%
G = 11.79%
B = 46.17%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D63CEB (or 0xD63CEB) is known color: Free Speech Magenta. HEX triplet: D6, 3C and EB. RGB value is (214,60,235). Sum of RGB (Red+Green+Blue) = 214+60+235=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #D63CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63CEB is #29C314. Grayscale: #7D7D7D. Windows color (decimal): -2736917 or 15416534. OLE color: 15416534.

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

Color convert

RGB 214 60 235 -
CMYK 0.09 0.74 0 0.08
HSL 292.8º 0.81% 0.58% -
HSV(B) 292.8º 0.74% 0.92% -
XYZ 44.34 23.53 80.8 -
YUV 126 189.52 190.77 -
System Red Green Blue C M Y K H S L
Decimal 214 60 235 0.09 0.74 0 0.08 292.8 0.81 0.58
Hex D6 3C EB 9 4A 0 8 125 51 3A
Octal 326 74 353 11 112 0 10 445 121 72
Binary 11010110 111100 11101011 1001 1001010 0 1000 100100101 1010001 111010

Color Harmonies of #D63CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CEB

Black with #D63CEB

Text Example


Text Example

White with #D63CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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