Html Css Color HEX #D63BEE Free Speech Magenta

📋 copy color: '#D63BEE'

red 214 ◦ green 59 ◦ blue 238

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

Shades of Free Speech Magenta #D63BEE

Tints of Free Speech Magenta #D63BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.58%

R = 41.88%
G = 11.55%
B = 46.58%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D63BEE (or 0xD63BEE) is known color: Free Speech Magenta. HEX triplet: D6, 3B and EE. RGB value is (214,59,238). Sum of RGB (Red+Green+Blue) = 214+59+238=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 59 (23.44% from 255 or 11.55% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #D63BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63BEE is #29C411. Grayscale: #7D7D7D. Windows color (decimal): -2737170 or 15612886. OLE color: 15612886.

HSL color Cylindrical-coordinate representation of color #D63BEE: hue angle of 291.96º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63BEE is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 59 238 -
CMYK 0.10 0.75 0 0.07
HSL 291.96º 0.84% 0.58% -
HSV(B) 291.96º 0.75% 0.93% -
XYZ 44.73 23.6 83.09 -
YUV 125.75 191.35 190.95 -
System Red Green Blue C M Y K H S L
Decimal 214 59 238 0.10 0.75 0 0.07 291.96 0.84 0.58
Hex D6 3B EE A 4B 0 7 124 54 3A
Octal 326 73 356 12 113 0 7 444 124 72
Binary 11010110 111011 11101110 1010 1001011 0 111 100100100 1010100 111010

Color Harmonies of #D63BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63BEE

Black with #D63BEE

Text Example


Text Example

White with #D63BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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