Html Css Color HEX #D63BE5 Free Speech Magenta

📋 copy color: '#D63BE5'

red 214 ◦ green 59 ◦ blue 229

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

Shades of Free Speech Magenta #D63BE5

Tints of Free Speech Magenta #D63BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.62%

R = 42.63%
G = 11.75%
B = 45.62%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D63BE5 (or 0xD63BE5) is known color: Free Speech Magenta. HEX triplet: D6, 3B and E5. RGB value is (214,59,229). Sum of RGB (Red+Green+Blue) = 214+59+229=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #D63BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63BE5 is #29C41A. Grayscale: #7C7C7C. Windows color (decimal): -2737179 or 15023062. OLE color: 15023062.

HSL color Cylindrical-coordinate representation of color #D63BE5: hue angle of 294.71º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63BE5 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 59 229 -
CMYK 0.07 0.74 0 0.10
HSL 294.71º 0.77% 0.56% -
HSV(B) 294.71º 0.74% 0.9% -
XYZ 43.44 23.08 76.29 -
YUV 124.73 186.85 191.68 -
System Red Green Blue C M Y K H S L
Decimal 214 59 229 0.07 0.74 0 0.10 294.71 0.77 0.56
Hex D6 3B E5 7 4A 0 A 127 4D 38
Octal 326 73 345 7 112 0 12 447 115 70
Binary 11010110 111011 11100101 111 1001010 0 1010 100100111 1001101 111000

Color Harmonies of #D63BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63BE5

Black with #D63BE5

Text Example


Text Example

White with #D63BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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