Html Css Color HEX #D63FD5 Free Speech Magenta

📋 copy color: '#D63FD5'

red 214 ◦ green 63 ◦ blue 213

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

Shades of Free Speech Magenta #D63FD5

Tints of Free Speech Magenta #D63FD5

RGB

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

 GREEN value IS 63 (25% from 255) = 12.86%

 BLUE value IS 213 (83.59% from 255) = 43.47%

R = 43.67%
G = 12.86%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D63FD5 (or 0xD63FD5) is known color: Free Speech Magenta. HEX triplet: D6, 3F and D5. RGB value is (214,63,213). Sum of RGB (Red+Green+Blue) = 214+63+213=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FD5 is #29C02A. Grayscale: #7C7C7C. Windows color (decimal): -2736171 or 13975510. OLE color: 13975510.

HSL color Cylindrical-coordinate representation of color #D63FD5: hue angle of 300.4º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63FD5 is Cyan = 0, Magento = 0.71, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 63 213 -
CMYK 0 0.71 0.00 0.16
HSL 300.4º 0.65% 0.54% -
HSV(B) 300.4º 0.71% 0.84% -
XYZ 41.52 22.66 65.14 -
YUV 125.25 177.53 191.3 -
System Red Green Blue C M Y K H S L
Decimal 214 63 213 0 0.71 0.00 0.16 300.4 0.65 0.54
Hex D6 3F D5 0 47 0 10 12C 41 36
Octal 326 77 325 0 107 0 20 454 101 66
Binary 11010110 111111 11010101 0 1000111 0 10000 100101100 1000001 110110

Color Harmonies of #D63FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FD5

Black with #D63FD5

Text Example


Text Example

White with #D63FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FD5; }

 p { color: rgb(214,63,213); }

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

background-color css

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

 a { background-color: rgb(214,63,213); }

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

border-color css

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

 span { border-color: rgb(214,63,213); }

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