Html Css Color HEX #D63BE8 Free Speech Magenta

📋 copy color: '#D63BE8'

red 214 ◦ green 59 ◦ blue 232

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

Shades of Free Speech Magenta #D63BE8

Tints of Free Speech Magenta #D63BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.94%

R = 42.38%
G = 11.68%
B = 45.94%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D63BE8 (or 0xD63BE8) is known color: Free Speech Magenta. HEX triplet: D6, 3B and E8. RGB value is (214,59,232). Sum of RGB (Red+Green+Blue) = 214+59+232=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #D63BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63BE8 is #29C417. Grayscale: #7C7C7C. Windows color (decimal): -2737176 or 15219670. OLE color: 15219670.

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

Color convert

RGB 214 59 232 -
CMYK 0.08 0.75 0 0.09
HSL 293.76º 0.79% 0.57% -
HSV(B) 293.76º 0.75% 0.91% -
XYZ 43.86 23.25 78.52 -
YUV 125.07 188.35 191.43 -
System Red Green Blue C M Y K H S L
Decimal 214 59 232 0.08 0.75 0 0.09 293.76 0.79 0.57
Hex D6 3B E8 8 4B 0 9 126 4F 39
Octal 326 73 350 10 113 0 11 446 117 71
Binary 11010110 111011 11101000 1000 1001011 0 1001 100100110 1001111 111001

Color Harmonies of #D63BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63BE8

Black with #D63BE8

Text Example


Text Example

White with #D63BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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